Hi!
Is gazebo transport thread safe? Do all subscribe callbacks in this node called mutually exclusive? If I need store same datas in subscription callbacks, do I need to use mutex to protect my data?
ROS Resources: ROS Homepage | Media and Trademarks | Documentation | ROS Index | How to Get Help | Q&A Help Site | Discussion Forum | Service Status |
Hi!
Is gazebo transport thread safe? Do all subscribe callbacks in this node called mutually exclusive? If I need store same datas in subscription callbacks, do I need to use mutex to protect my data?