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

Revision history [back]

There is an issue with the your launch file

gazebo -s <plugin_name>

So in your case gazebo tries to load a plugin called -1.

I believe you wanted to make inital position for the robot and you meant:

gazebo -x -1 <world_file>

Check your launch file for misspelling.