Skip to content
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

Update planner plugin configs #191

Merged
merged 1 commit into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion dual_arm_panda_moveit_config/config/ompl_planning.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
planning_plugin: ompl_interface/OMPLPlanner
planning_plugins:
- ompl_interface/OMPLPlanner
# To optionally use Ruckig for jerk-limited smoothing, add this line to the response adapters below
# - default_planning_request_adapters/AddRuckigTrajectorySmoothing
request_adapters:
Expand Down
4 changes: 3 additions & 1 deletion fanuc_moveit_config/config/chomp_planning.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
planning_plugin: chomp_interface/CHOMPPlanner
planning_plugins:
- chomp_interface/CHOMPPlanner
# 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
Expand Down
3 changes: 2 additions & 1 deletion fanuc_moveit_config/config/ompl_planning.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
planning_plugin: ompl_interface/OMPLPlanner
planning_plugins:
- ompl_interface/OMPLPlanner
# To optionally use Ruckig for jerk-limited smoothing, add this line to the response adapters below
# - default_planning_request_adapters/AddRuckigTrajectorySmoothing
request_adapters:
Expand Down
4 changes: 3 additions & 1 deletion panda_moveit_config/config/chomp_planning.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
planning_plugin: chomp_interface/CHOMPPlanner
planning_plugins:
- chomp_interface/CHOMPPlanner
# 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
Expand Down
3 changes: 2 additions & 1 deletion panda_moveit_config/config/ompl_planning.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
planning_plugin: ompl_interface/OMPLPlanner
planning_plugins:
- ompl_interface/OMPLPlanner
# To optionally use Ruckig for jerk-limited smoothing, add this line to the request adapters below
# default_planning_request_adapters/AddRuckigTrajectorySmoothing
request_adapters:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
planning_plugin: pilz_industrial_motion_planner/CommandPlanner
planning_plugins:
- pilz_industrial_motion_planner/CommandPlanner
# 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/ValidateWorkspaceBounds
- default_planning_request_adapters/CheckStartStateBounds
Expand Down
4 changes: 3 additions & 1 deletion panda_moveit_config/config/stomp_planning.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
planning_plugin: stomp_moveit/StompPlanner
planning_plugins:
- stomp_moveit/StompPlanner
# 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
Expand Down
Loading