You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The centauro.urdf file (which should be the URDF to use for control) contains revolute joints j_ft_1, ..., with qmin = qmax = 0 which are probably used for FT simulation purposes.
The text was updated successfully, but these errors were encountered:
Ok, on this I would suggest a first modification from the original urdf.
As was done before you basically need a revolute joint with qmin = qmax = 0. This is not convenient... Instead when adding a force torque sensor is possible to specify a pose wrt an existing revolute joint, the following example is for COMAN+.
The
centauro.urdf
file (which should be the URDF to use for control) contains revolute jointsj_ft_1
, ..., withqmin = qmax = 0
which are probably used for FT simulation purposes.The text was updated successfully, but these errors were encountered: