Robotics StackExchange | Archived questions

nao_robot_v4.urdf not working with gzsdf on ROS Indigo

I'm using the URDF converted from the XACRO file of the same name (using rosrun xacro xacro.py nao_robot_v4.urdf.xacro > nao_robot_v4.urdf) from the nao_description package. check_urdf returns no errors, but sudo gzsdf print returns the following (on another note, gzsdf segfaults if it isn't run with sudo):

 *** Error in `gzsdf': free(): invalid pointer: 0x00000000010f8ca0 ***

Just to be sure, I ran the same command with another urdf converted from an xacro file in the rrbot_description package, which converted successfully.

Asked by NeverEnuffDakka on 2014-06-30 05:39:02 UTC

Comments

Hi, I just tried to reproduce your error but couldn't do it. gzsdf print is working, even without sudo. Do you still have the problem ? did you fetch nao description from the aldebaran official repo on github ?

Asked by marguedas on 2014-08-01 02:47:07 UTC

Answers