How do you specify joint location in SDF 1.0 [closed]
Hi all
I'm putting together an arm manipulator My urdf model worked well with rvis and all the joints worked as expected and the kinematics were correct. However I've been trying to convert to SDF1.0 format in order to use plugins but my kinematics are all odd. The joints still have the <origin> tag specified (in order to correctly locate the joint) but even when I modify the pose (which I'm taking to be "x y z r p y", though the documentation is pretty scarce) value, it doesn't change the positioning of the joint.
Any help for converting these files or helping me understand how kinematics are specified in sdf would be great.
Peter