component manager for dynamic loading (also may be done through launch)
$ros2 run rclcpp_components component_container
load this component
$ros2 component load /ComponentManager ros2_ouster ros2_ouster::OS1Driver
transition to configuring
ros2 lifecycle set OusterDriver 1
transition to active
ros2 lifecycle set OusterDriver 3
e.g.
component manager for dynamic loading (also may be done through launch) $ros2 run rclcpp_components component_container load this component $ros2 component load /ComponentManager ros2_ouster ros2_ouster::OS1Driver transition to configuring ros2 lifecycle set OusterDriver 1 transition to active ros2 lifecycle set OusterDriver 3
** parameters