Skip to content

Commit

Permalink
Merge pull request #257 from stereolabs/fix_getSensorData
Browse files Browse the repository at this point in the history
Fix get sensor data
  • Loading branch information
Myzhar authored Sep 25, 2024
2 parents b1b9b1c + 1dd4ee9 commit 6117295
Show file tree
Hide file tree
Showing 5 changed files with 647 additions and 366 deletions.
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
bool mThreadStop = false;
std::atomic<bool> mThreadStop = false;
rclcpp::TimerBase::SharedPtr mInitTimer;
rclcpp::TimerBase::SharedPtr mPathTimer;
rclcpp::TimerBase::SharedPtr mFusedPcTimer;
Expand Down
Loading

0 comments on commit 6117295

Please sign in to comment.