Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Joint limits (vel, effort) are checked even when the joint is continuous type. #180

Open
Groebehavn opened this issue Feb 23, 2023 · 0 comments

Comments

@Groebehavn
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant