-
Notifications
You must be signed in to change notification settings - Fork 41
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
How to change the joint limit of cobotta arm #16
Comments
The joint angle limits are specified in URDF file. |
yeah, because I use the windows/android app to move the arm to the position which I want to move in ros, it worked, so there might be some limit in ros or in b-cap |
OK, I understand your requirement. The problem might be that moveit generates trajectories that joint angle limits are not taken into account. But I don't why... |
I think it might be necessary to change the joint limit in urdf. I found that the joint limits in the original urdf file are just too large. You can first determine the real limit value by moving the joints to the limit point by hand, then record all the values in order to change the urdf. |
I try to write moveit python file to control the arm, I write several points, sometimes the moveit plan is successful, but when the arm moves, it will reach the joint limit, the arm led will turn yellow, I think it may be a joint limit setting in control box, so I want to ask you how to set that. Looking forward to your reply! Thank you very much.
The text was updated successfully, but these errors were encountered: