Can we fix the robot base to the world about a given axis?
<joint name="fixed" type="fixed"> <parent link="world"/> <child link="base_link"/> </joint>
fixes the base to the world. Can we fix the robot motion only about specific axis?
I'm confused. Do you want to make a joint between your the world frame and your robot??