Open
Description
Right now here is the list of type of joints supported:
- Revolute
- Fixed
- Prismatic
It would be nice to add the support for the spherical joints (cc @FabioBergonti @valegagge @maggia80)
We need to:
- On creo2urdf side check how they are defined at the
ElementTree
level - Add the support of this type of joints in
idyntree
(cc @traversaro)