ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I've mostly used boost::thread
, because many other ROS components use it. Works fine. I also like the boost::mutex::scoped_lock
.