ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

The string you pass to serviceClient should be the /gazebo/get_model_state service, but you're passing the message type.

You can check the list of services available by calling rosservice list from another terminal.

Take a look at this tutorial for more information.