Skip to content

Commit

Permalink
Fix #258
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzhar authored Sep 25, 2024
1 parent 6117295 commit 8f057ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ class ZedCamera : public rclcpp::Node
std::thread mVideoDepthThread; // RGB/Depth data publish thread
std::thread mPcThread; // Point Cloud publish thread
std::thread mSensThread; // Sensors data publish thread
std::atomic<bool> mThreadStop = false;
std::atomic<bool> mThreadStop;
rclcpp::TimerBase::SharedPtr mInitTimer;
rclcpp::TimerBase::SharedPtr mPathTimer;
rclcpp::TimerBase::SharedPtr mFusedPcTimer;
Expand Down

0 comments on commit 8f057ff

Please sign in to comment.