Skip to content

Commit

Permalink
Merge pull request #16 from PickNikRobotics/update-planning-configs-v2
Browse files Browse the repository at this point in the history
Update planning configs in ompl_planning.yaml
  • Loading branch information
dyackzan authored Dec 22, 2023
2 parents bcf2844 + bed5f92 commit 1cc3be4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/kinova_gen3_base_config/config/moveit/ompl_planning.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
planning_plugins:
- ompl_interface/OMPLPlanner
# The order of the elements in the adapter corresponds to the order they are processed by the motion planning pipeline
request_adapters:
- default_planning_request_adapters/ResolveConstraintFrames
- default_planning_request_adapters/ValidateWorkspaceBounds
- default_planning_request_adapters/CheckStartStateBounds
- default_planning_request_adapters/CheckStartStateCollision
response_adapters:
- default_planning_response_adapters/AddTimeOptimalParameterization
- default_planning_response_adapters/ValidateSolution
- default_planning_response_adapters/DisplayMotionPath

planner_configs:
SBLkConfigDefault:
type: geometric::SBL
Expand Down

0 comments on commit 1cc3be4

Please sign in to comment.