First time here? Check out the FAQ!
answered 2021-12-18 02:50:47 -0500
It turns out that the dummy link should be named 'world' explicitly. The following code works:
<link name="world"/> <joint name="fixed" type="fixed"> <parent link="world"/> <child link="link_0"/> </joint>