ros2 service Command Line Tool – Debug ROS2 Services
In this tutorial you’ll use the ros2 service command line tool to debug the services that you start from within your nodes – or nodes that already exist in your graph. As a reminder, a service has 2 sides: the server (unique), and the client (multiple clients possible). With topics, you can use ros2 topic … Read more