-
Notifications
You must be signed in to change notification settings - Fork 194
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
yarpmotorgui allows selecting some iCub_SIM joint values out of bounds. #2402
Comments
Sounds like a bug in iCub_SIM to me... @randaz81 what do you think? |
I've tested The quirk seems to be related to the fact that Perhaps, some subtle approximation is taking place under the hood there. |
TY. I'm checking it |
Hi, the issue is actually involving some reasoning on various components, which I'm detailing below.
BUT:
|
Thanks @randaz81, PR integrated ✔ IMHO |
Indeed the issue is not closed yet, but some longer reasoning/testing is required before taking an action. |
Describe the bug
A clear and concise description of what the bug is.
yarpmotorgui allows selecting values for joint 3 of the iCub_SIM's arms out of their bounds.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The minimum value allowed for joint 3 of the arms should be 15.5 and not 15.385 degrees.
Configuration (please complete the following information):
Additional context
A video of what happens is attached in this issue robotology/community#442, as well as what are the bounds of the iCub robot given by IControlLimits::getLimits().
I will also attach the zip file with the video here.
Qt Robot Motor GUI V2.0 2020-11-05 16-06-23.zip
The text was updated successfully, but these errors were encountered: