Skip to content

Commit

Permalink
Update planner_plugin parameters (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahr authored Dec 7, 2023
1 parent e0456e3 commit 915df14
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
planning_plugin: ompl_interface/OMPLPlanner
planning_plugins:
- ompl_interface/OMPLPlanner
request_adapters:
- default_planning_request_adapters/ResolveConstraintFrames
- default_planning_request_adapters/CheckStartStateBounds
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
planning_plugin: ompl_interface/OMPLPlanner
planning_plugins:
- ompl_interface/OMPLPlanner
request_adapters:
- default_planning_request_adapters/ResolveConstraintFrames
- default_planning_request_adapters/CheckStartStateBounds
Expand Down
2 changes: 1 addition & 1 deletion kortex_moveit_config/launch/kortex_moveit.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def generate_launch_description():
# Planning Configuration
ompl_planning_pipeline_config = {
"move_group": {
"planning_plugin": "ompl_interface/OMPLPlanner",
"planning_plugins": ["ompl_interface/OMPLPlanner"],
"request_adapters": [
"default_planning_request_adapters/ResolveConstraintFrames",
"default_planning_request_adapters/ValidateWorkspaceBounds",
Expand Down

0 comments on commit 915df14

Please sign in to comment.