Skip to content

Commit

Permalink
feat: add shutdown method to ImageGrabber
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejmajek committed Jan 7, 2025
1 parent f62a48e commit 77fcc61
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ def __init__(self, image_topic: str):
def image_callback(self, msg: Image):
self.image = msg

def shutdown(self):
self.destroy_node()


def run_spatial_temporal_data_collection(
image_topic: str,
Expand Down

0 comments on commit 77fcc61

Please sign in to comment.