ROS 2 rclcpp + rcl - rolling
rolling-a919a6e5
ROS 2 C++ Client Library with ROS Client Library
|
Structure to represent a single entity's entry in a collection. More...
#include <rclcpp/executors/executor_entities_collection.hpp>
Public Types | |
using | EntityWeakPtr = typename EntityValueType::WeakPtr |
Weak pointer to entity type. | |
using | EntitySharedPtr = typename EntityValueType::SharedPtr |
Shared pointer to entity type. | |
Public Attributes | |
EntityWeakPtr | entity |
The entity. | |
rclcpp::CallbackGroup::WeakPtr | callback_group |
If relevant, the entity's corresponding callback_group. | |
Structure to represent a single entity's entry in a collection.
Definition at line 38 of file executor_entities_collection.hpp.