File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1919
2020#include " rclcpp_components/component_manager.hpp"
2121
22+ [[deprecated(" component_container_event is deprecated and will be removed "
23+ " in the next version. Use 'ros2 run rclcpp_components "
24+ " component_container --ros-args -p executor_type:=EventsExecutor' "
25+ " instead." )]]
2226int main (int argc, char * argv[])
2327{
2428 // / Component container with an events executor.
Original file line number Diff line number Diff line change 1919
2020#include " rclcpp_components/component_manager.hpp"
2121
22+ [[deprecated(" component_container_event is depracated and will be removed "
23+ " in the next version. use 'ros2 run rclcpp_components "
24+ " component_container --ros-args -p executor_type:="
25+ " MultiThreadedExecutor'."
26+ )]]
2227int main (int argc, char * argv[])
2328{
2429 // / Component container with a multi-threaded executor.
You can’t perform that action at this time.
0 commit comments