-
Notifications
You must be signed in to change notification settings - Fork 160
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
move to cartesian_pose has an error of 7cm and 1cm #29
Comments
Use a constraint instead of a cost, also make sure the optimization has converged. |
Actually I am using in ros , So I am able to use cost. I would like to fix the tool but tool keeps rotating. How can I fix my tool pose? |
Increase the weight on the tool pose. |
Can I know the range of weight I should give? Is there a term in trajopt for setting the weight or do I need set the weight on teach pad of the robot? |
In trajopt, setting all weights to 1 is usually a good place to start. |
I am new to trajopt , can you help me on how to set the weight and where. May be an example program using weight might be helpful |
I am moving to a cartesian position using trajopt which results in an error of 7cm along y direction and 1cm along x-direction. How can I achieve moving to exact cartesian position.
The text was updated successfully, but these errors were encountered: