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

Unable to spawn object.urdf in Gazebo

asked 2012-06-13 08:26:54 -0500

TomWu gravatar image

updated 2012-06-13 09:21:19 -0500

Hello, I just started learning ROS recently and I was going through the tutorial for Gazebo package. When I tried to follow the tutorial to spawn an object, even though I have already created the object.urdf file, the command in 2.3 returns the following: loading model xml from file Error: file does not exist

Does anybody know why this is happening?

Thanks! Tom

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2012-06-13 09:39:32 -0500

cagatay gravatar image

hello, change your directory to where your object.urdf file is then type this command below

rosrun gazebo spawn_model -file object.urdf -urdf -z 1 -model my_object

then i guess it is going to work

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-06-13 08:26:54 -0500

Seen: 350 times

Last updated: Jun 13 '12