No file named "robot_services.py"

In some courses, we need to call the node:
rosrun course_web_dev_ros robot_services.py

But there is no “robot_services.py” file in the package.

Instead, we can call “example_services.py” under the path:
/home/simulations/public_sim_ws/src/all/course_web_dev_ros
to run the service node.

1 Like

Hi @ChaoWang,
Thanks for your observation. There is a typo there indeed.

The correct script to be called is the following:

rosrun course_web_dev_ros robot_params.py

It’s been just fixed in our instructions notebook.

Thanks for contributing.

Best regards,