-
Notifications
You must be signed in to change notification settings - Fork 38
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
MoveIt! Reaches joint limits when comanding yumi. #10
Comments
The solution I had was to modify the urdf file under yumi_hw and decrease the joint limits |
Can you point me to the values you used? |
Hey, I had also thought about reducing the joint limits in the URDF. However, I didn't do it because I thought that for correctness we should follow ABB's specification. On the other hand, hitting the joint limits is not acceptable, and joint limits is a solution that has already been put into practice by @hkaraoguz and another team in the lab with success. What is your opinion on this? Should we modify the values or keep them as they are? |
@YoshuaNava: this could be a degree to radian conversion thing. In my experience, converting to radians and then flooring to 4 digits typically works. |
It feels like @gavanderhoorn solution is worth a shot @YoshuaNava :) |
It is happening on the ridgeback_yumi, but I am assuming the true issue is in this repo. When using MoveIt!, some of the trajectories will cause Yumi to reach joint limits. This should never happen.
The text was updated successfully, but these errors were encountered: