Valkyrie model spawn error

asked 2016-10-31 15:38:15 -0600

nsujumnong gravatar image

updated 2016-11-02 10:55:16 -0600

nkoenig gravatar image

Hi,

I'm trying to spawn a Valkyrie robot in Gazebo's empty_world with rosrun and so far I got this error every time I did it.

[ INFO] [1477943898.800700118, 0.022000000]: waitForService: Service [/gazebo/set_physics_properties] is now available.
[ INFO] [1477943898.827596901, 0.047000000]: Physics dynamic reconfigure ready.
Error [parser.cc:697] XML Element[imuTransform], child of element[sensor] not defined in SDF. Ignoring.[sensor]
Error [parser.cc:688] Error reading element <sensor>
Error [parser.cc:688] Error reading element <link>
Error [parser.cc:688] Error reading element <model>
Error [parser.cc:348] Unable to read element <sdf>
Error [parser.cc:299] parse as old deprecated model file failed.
Error [World.cc:1527] Unable to read sdf string [...the whole text from urdf file...]

Can somebody explain why I have this error and suggest any potential solution for this? Thank you.

edit retag flag offensive close merge delete

Comments

Have you followed these tutorials : https://bitbucket.org/osrf/srcsim/wiki/tutorials?

nkoenig gravatar imagenkoenig ( 2016-11-02 10:54:45 -0600 )edit

yes I just did and the model works now. maybe I tried that before the repo was published that's why it didn't work in the first place. Thank you.

nsujumnong gravatar imagensujumnong ( 2016-11-02 14:53:22 -0600 )edit