ROS2 Basics Python Real Robot Project/Service Server

The notebook shows this command to start the service:
ros2 service call /find_wall std_srvs/Empty {}

But since I programmed my own interface this should be:
ros2 service call /find_wall find_wall_interface/srv/FindWall {}

Is this correct? If so, please correct the notebook. Thanks!

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.

We’ll look into this. Thanks for calling it out.