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

Revision history [back]

click to hide/show revision 1
initial version

Within your main.launch there is the arrgument paused defined like this :

  <arg name="pause" default="true"/>

That means that you are launching Gazebo in mode pause. You can either modify this in the launch file or launch it with specifying the argument pause in command line :

roslaunch sphero_gazebo main.launch pause:=false

Within your main.launch there is the arrgument paused argument pause defined like this :

  <arg name="pause" default="true"/>

That means that you are launching Gazebo in mode pause. You can either modify this in the launch file or launch it with specifying the argument pause in command line :

roslaunch sphero_gazebo main.launch pause:=false