Easiest way for closed kinematic chain? [closed]
Greetings.
I have a model containing a closed kinematic chain, which is not supported by ROS URDF file standard. Therefore I could write the description also in SDF which allows closed kinematic chains, however, I am not certain if I could use something like XACRO to parametrize the SDF similar to an URDF.
Alternatively, is it possible to use the <gazebo>
tag in the context of the URDF for the definition of the joints which close the kinematic chain?
TL;DR
- I have a closed kinematic chain within a robot configuration.
- Is it possible to parametrize the SDF which allows for the closed kinematic chain?
- Is it possible the achieve the closed
kinematic chain with the use of the
<gazebo>
tag within the URDF? - Is there a fast, straight forward way to get a parametrizable robot description for closed kinematic chains?