-
Notifications
You must be signed in to change notification settings - Fork 0
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
Review joint limits passed to Cartesian controller #2
Labels
bug
Something isn't working
Comments
BTW those |
Same bug affects the AmorControlboard device at yarp-devices.
|
Don't forget to check joint limits in simulation afterwards: roboticslab-uc3m/amor-openrave-models#1. |
Commit roboticslab-uc3m/yarp-devices@bd153db introduces a workaround for unbounded joints (A4 and A6), forcing a |
12 tasks
PeterBowman
changed the title
[AmorCartesianControl] Review joint limits
Review joint limits passed to Cartesian controller
Dec 3, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These are current defaults as read by
amor_get_joint_info
and passed on to the solver device viayarp::os::Property
:According to the user manual, those values are referred to the neutral position, which is not the starting (home) robot pose (BTW note how infinite rotation implies
0.0
at joints A4 and A6). We used to set them via .ini file until roboticslab-uc3m/kinematics-dynamics#145.The text was updated successfully, but these errors were encountered: