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
According to URDF specification, limits only apply for revolute and prismatic joints as required fields, but not for continuous, where they are optional. The type in joint.cpp is not checked, so when a velocity limit is present for continuous joints, the validator wrongly returns an error due to the lack of effort limit for example. Could someone take a look on this please? :)
Reference here.
The text was updated successfully, but these errors were encountered:
According to URDF specification, limits only apply for revolute and prismatic joints as required fields, but not for continuous, where they are optional. The type in joint.cpp is not checked, so when a velocity limit is present for continuous joints, the validator wrongly returns an error due to the lack of effort limit for example. Could someone take a look on this please? :)
Reference here.
The text was updated successfully, but these errors were encountered: