Gazebo | Ignition | Community
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi,

Adding this lines at the end of the URDF should be enough

  <link name="world"/>
  <joint name="world_joint" type="fixed">
     <parent link="world"/>
     <child link="dummy_link"/>
  </joint>

Hi,

Adding this these lines at the end of the URDF should be enough

  <link name="world"/>
  <joint name="world_joint" type="fixed">
     <parent link="world"/>
     <child link="dummy_link"/>
  </joint>