Add ConfigurationToTSRwithTrajectoryConstraint - #566
Conversation
…RwithTrajectoryConstraintPlanner
|
I haven't thought about this very much, but I initially thought it might make sense to add trajectory constraints as a part of all Also, I think it would be good to separate the new |
…ido into gilwoo/ConfigurationToTSRwTrajConstraint
…:personalrobotics/aikido into gilwoo/ConfigurationToTSRwTrajConstraint
|
Thanks for the comments @brianhou !
Yep I agree on both of these. I mainly chose this way for the latter challenge you mentioned and also because this is the only constrained planning problem type we use now. I think it's worth revisiting for a more general solution once we have more of these constrained planning problem types. |
In preparation for #467, this PR contains the following update:
planner::dart::ConfigurationToTSRwithTrajectoryConstraintplanner::dart::CRRTConfigurationToTSRwithTrajectoryConstraintPlannerplanner_dartcomponent and make relevant changes in CMakeLists files.The last change is necessary because
CRRTConfigurationToTSRwithTrajectoryConstraintPlannerneeds to callplanner_ompl, which needs to be built before this planner is compiled.Testing
This PR passes existing unit tests. I'll add unit tests for this planner after the initial review.
Before creating a pull request
make formatBefore merging a pull request
CHANGELOG.md