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!