spawn_model_terminal.md
By Frank Hu
Have Gazebo Simulation started, and open a different terminal tab, and enter the following command to spawn a model (.urdf)
This command can also been used for .sdf
files by replacing flag -urdf
with -sdf
For .xacro
files, .xacro
first need to be converted to .xml
with:
then
For more information, enter
rosrun gazebo_ros spawn_model -h
Last updated