File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ planning_scene_monitor_options:
99
1010planning_pipelines :
1111 # namespace: "moveit_cpp" # optional, default is ~
12- pipeline_names : ["stomp "]
12+ pipeline_names : ["ompl "]
1313
1414plan_request_params :
1515 planning_attempts : 1
16- planning_pipeline : stomp
17- planner_id : " stomp "
16+ planning_pipeline : ompl
17+ planner_id : " RRTConnectkConfigDefault "
1818 max_velocity_scaling_factor : 1.0
1919 max_acceleration_scaling_factor : 1.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ def generate_launch_description():
1111 MoveItConfigsBuilder ("moveit_resources_panda" )
1212 .robot_description (file_path = "config/panda.urdf.xacro" )
1313 .trajectory_execution (file_path = "config/gripper_moveit_controllers.yaml" )
14- .planning_pipelines ("stomp " , ["stomp " ])
14+ .planning_pipelines ("ompl " , ["ompl " ])
1515 .moveit_cpp (
1616 file_path = get_package_share_directory ("moveit2_tutorials" )
1717 + "/config/moveit_cpp.yaml"
You can’t perform that action at this time.
0 commit comments