Class for private Target plugin data. More...
Public Attributes | |
| transport::NodePtr | node |
| Gazebo transport node. More... | |
| transport::SubscriberPtr | sub_req |
| Gazebo request topic subscriber. More... | |
| transport::SubscriberPtr | sub_con |
| Gazebo contacts topic subscriber. More... | |
| transport::SubscriberPtr | sub_res |
| Gazebo response topic subscriber. More... | |
| transport::PublisherPtr | pub |
| Gazebo topic publisher. More... | |
| std::mutex | mutex |
| Mutex for safe data access. More... | |
Class for private Target plugin data.
| std::mutex mutex |
Mutex for safe data access.
| transport::NodePtr node |
Gazebo transport node.
| transport::PublisherPtr pub |
Gazebo topic publisher.
| transport::SubscriberPtr sub_con |
Gazebo contacts topic subscriber.
| transport::SubscriberPtr sub_req |
Gazebo request topic subscriber.
| transport::SubscriberPtr sub_res |
Gazebo response topic subscriber.