StepIt plugin providing ROS2 control inputs. It depends on ros2_base for the shared node.
stepit::ControlInput:ros2_msg: accepts control requests from thecontroltopic (std_msgs/msg/String).ros2_srv: accepts control requests through thecontrolservice (stepit_ros2_msgs/srv/Control).
-
When building directly with CMake,
ros2_srvrequires the generated service library to be discoverable, for example:export LD_LIBRARY_PATH=install/lib:$LD_LIBRARY_PATH