-
Notifications
You must be signed in to change notification settings - Fork 35
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
Changing Joint Limits in Simulation? #115
Comments
The On the Gazebo-simulated robot, to change the hardware limits you need to modify the URDF model of the robot, i.e. the
r_elbow . If you modify the hardware limit, then you need to remember also to modify the corresponding default software limit, i.e. the value in
In the case you are generating the models from icub-model-generator, the file to modify is https://github.com/robotology/icub-models-generator/blob/master/simmechanics/data/icub3/ICUB_3_joint_all_parameters.csv#L30 . |
Thanks for the information, @traversaro. I wasn't sure if the Jon. |
Hi @Woolfrey, I will close this issue as the information has been provided. Feel free to re-open or open a new one if you still have problems. |
I want to perform a certain action with the iCub in Gazebo, but the angle at the elbow is too large due to joint limits:
I have tried altering it with the
yarp::dev::iControlLimits
class:But if I force the joint beyond its default limits it will not move, and I get the following error message:
Is it possible to alter this constraint, just for simulation purposes?
Thanks in advance,
Jon
The text was updated successfully, but these errors were encountered: