-
Notifications
You must be signed in to change notification settings - Fork 31
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
Improved Motion Planning debugging #130
base: master
Are you sure you want to change the base?
Improved Motion Planning debugging #130
Conversation
@@ -170,7 +170,7 @@ std::shared_ptr<tesseract_planning::TrajOptDefaultCompositeProfile> createTrajOp | |||
|
|||
profile->contact_test_type = tesseract_collision::ContactTestType::CLOSEST; | |||
|
|||
profile->collision_cost_config.enabled = true; | |||
profile->collision_cost_config.enabled = false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is another place where we actually want both the cost and constraints to be on. Otherwise, the constraint is probably going to fluctuate between being satisfied and unsatisfied
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We really need a tesseract
helper function that can create a serial chain of tasks with unique keys per input
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed
f024d7b
to
8877188
Compare
Improvements to the debugging for motion planning.
Allow for RVIZ introspection of individual planning steps
Some other minor motion planning improvements