What is the prupose of unpause argument in gazebo_ros spawn_model
Hello,
As the subject said, what is the purpose of unpause
argument in gazebo_ros spawn_model?
edit
I test the below code, but -pause
, -unpause
or without this argument seems like have no difference, the Gazebo is always unpaused.
<node name="urdf_spawner" pkg="gazebo_ros" type="spawn_model"
args="-pause
-urdf
-model ridgeback
-param robot_description
-x 0
-y 0
-z 1 " />
Did you check the output of
rosrun gazebo_ros spawn_model -h
?Does this answer your question?
yes, I get it, thank you.