Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahr committed Nov 29, 2023
1 parent 167210b commit bda0803
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/examples/moveit_cpp/config/moveit_cpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ planning_scene_monitor_options:

planning_pipelines:
#namespace: "moveit_cpp" # optional, default is ~
pipeline_names: ["stomp"]
pipeline_names: ["ompl"]

plan_request_params:
planning_attempts: 1
planning_pipeline: stomp
planner_id: "stomp"
planning_pipeline: ompl
planner_id: "RRTConnectkConfigDefault"
max_velocity_scaling_factor: 1.0
max_acceleration_scaling_factor: 1.0
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def generate_launch_description():
MoveItConfigsBuilder("moveit_resources_panda")
.robot_description(file_path="config/panda.urdf.xacro")
.trajectory_execution(file_path="config/gripper_moveit_controllers.yaml")
.planning_pipelines("stomp", ["stomp"])
.planning_pipelines("ompl", ["ompl"])
.moveit_cpp(
file_path=get_package_share_directory("moveit2_tutorials")
+ "/config/moveit_cpp.yaml"
Expand Down

0 comments on commit bda0803

Please sign in to comment.