Skip to content

Commit

Permalink
Reset compressed_img_sub_ in on_shutdown()
Browse files Browse the repository at this point in the history
  • Loading branch information
rayferric committed Mar 27, 2024
1 parent 4530210 commit 853e949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aruco_opencv/src/aruco_tracker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ class ArucoTracker : public rclcpp_lifecycle::LifecycleNode
on_set_parameter_callback_handle_.reset();
cam_info_sub_.reset();
img_sub_.reset();
compressed_img_sub_.reset();
tf_listener_.reset();
tf_buffer_.reset();
tf_broadcaster_.reset();
Expand Down

0 comments on commit 853e949

Please sign in to comment.