ROS 2 rclcpp + rcl - rolling
rolling-a919a6e5
ROS 2 C++ Client Library with ROS Client Library
|
Options to be passed to the executor constructor. More...
#include <rclcpp/executor_options.hpp>
Public Member Functions | |
RCLCPP_PUBLIC | ExecutorOptions (const ExecutorOptions &) |
RCLCPP_PUBLIC ExecutorOptions & | operator= (const ExecutorOptions &) |
Public Attributes | |
rclcpp::memory_strategy::MemoryStrategy::SharedPtr | memory_strategy |
rclcpp::Context::SharedPtr | context |
size_t | max_conditions |
Options to be passed to the executor constructor.
Definition at line 32 of file executor_options.hpp.