Skip to content

Commit 583e8e8

Browse files
authored
Update planner configs (#191)
1 parent 7162dcd commit 583e8e8

File tree

7 files changed

+18
-7
lines changed

7 files changed

+18
-7
lines changed

dual_arm_panda_moveit_config/config/ompl_planning.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
planning_plugin: ompl_interface/OMPLPlanner
1+
planning_plugins:
2+
- ompl_interface/OMPLPlanner
23
# To optionally use Ruckig for jerk-limited smoothing, add this line to the response adapters below
34
# - default_planning_request_adapters/AddRuckigTrajectorySmoothing
45
request_adapters:

fanuc_moveit_config/config/chomp_planning.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
planning_plugin: chomp_interface/CHOMPPlanner
1+
planning_plugins:
2+
- chomp_interface/CHOMPPlanner
3+
# The order of the elements in the adapter corresponds to the order they are processed by the motion planning pipeline.
24
request_adapters:
35
- default_planning_request_adapters/ResolveConstraintFrames
46
- default_planning_request_adapters/ValidateWorkspaceBounds

fanuc_moveit_config/config/ompl_planning.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
planning_plugin: ompl_interface/OMPLPlanner
1+
planning_plugins:
2+
- ompl_interface/OMPLPlanner
23
# To optionally use Ruckig for jerk-limited smoothing, add this line to the response adapters below
34
# - default_planning_request_adapters/AddRuckigTrajectorySmoothing
45
request_adapters:

panda_moveit_config/config/chomp_planning.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
planning_plugin: chomp_interface/CHOMPPlanner
1+
planning_plugins:
2+
- chomp_interface/CHOMPPlanner
3+
# The order of the elements in the adapter corresponds to the order they are processed by the motion planning pipeline.
24
request_adapters:
35
- default_planning_request_adapters/ResolveConstraintFrames
46
- default_planning_request_adapters/ValidateWorkspaceBounds

panda_moveit_config/config/ompl_planning.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
planning_plugin: ompl_interface/OMPLPlanner
1+
planning_plugins:
2+
- ompl_interface/OMPLPlanner
23
# To optionally use Ruckig for jerk-limited smoothing, add this line to the request adapters below
34
# default_planning_request_adapters/AddRuckigTrajectorySmoothing
45
request_adapters:

panda_moveit_config/config/pilz_industrial_motion_planner_planning.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
planning_plugin: pilz_industrial_motion_planner/CommandPlanner
1+
planning_plugins:
2+
- pilz_industrial_motion_planner/CommandPlanner
3+
# The order of the elements in the adapter corresponds to the order they are processed by the motion planning pipeline.
24
request_adapters:
35
- default_planning_request_adapters/ValidateWorkspaceBounds
46
- default_planning_request_adapters/CheckStartStateBounds

panda_moveit_config/config/stomp_planning.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
planning_plugin: stomp_moveit/StompPlanner
1+
planning_plugins:
2+
- stomp_moveit/StompPlanner
3+
# The order of the elements in the adapter corresponds to the order they are processed by the motion planning pipeline.
24
request_adapters:
35
- default_planning_request_adapters/ResolveConstraintFrames
46
- default_planning_request_adapters/ValidateWorkspaceBounds

0 commit comments

Comments
 (0)