![]() | 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>
![]() | 2 | No.2 Revision |
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>