Skip to content
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

Should I define CartPoseTermInfo as constraint or costs #96

Closed
lakshmip001 opened this issue Mar 6, 2019 · 3 comments
Closed

Should I define CartPoseTermInfo as constraint or costs #96

lakshmip001 opened this issue Mar 6, 2019 · 3 comments
Labels
question Usage question or request for more information.

Comments

@lakshmip001
Copy link

How does TT_CNT differ from TT_COST? Which is best to reach end_pose with no error? And when asked to move from start_pose to end_pose, it moves to a end_pose with little error and due to the movement back from end_pose to start_pose . At the starting robot moves in the opposite direction that it should move and then moves back to the start_pose with error. Can you please help me to understand why it moves in the opposite direction and later moves in the other direction?

@gavanderhoorn
Copy link
Contributor

@lakshmip001: have you had a chance to read the trajopt paper which explains the theoretical framework that is used? If not, please find it here: Finding Locally Optimal, Collision-FreeTrajectories with Sequential Convex Optimization.

That should get you familiar with the terminology, the mathematics and some of the trade-offs that go hand-in-hand with using a optimisation based approach to motion planning.

You might also want to take a look at the trajopt documentation that explains how things are then used (note: this is Python, and the docs are for the (very) old version of trajopt, but they could still help in understanding the basic approach to problem setup and context configuration).

@lakshmip001
Copy link
Author

lakshmip001 commented Mar 6, 2019

@gavanderhoorn thanks for the material . Actually I had this doubt because of the following issue

joschu/trajopt#29

I tried using both cost and constraint . It gives an output that it is converged but there is error at end_pose or at the starting of the trajectory .

@mpowelson mpowelson added the question Usage question or request for more information. label Mar 18, 2019
@mpowelson
Copy link
Contributor

I'm going to close this. If you are still needing more information or having the issue, feel free to reopen it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Usage question or request for more information.
Projects
None yet
Development

No branches or pull requests

3 participants