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:
9
9
10
10
planning_pipelines :
11
11
# namespace: "moveit_cpp" # optional, default is ~
12
- pipeline_names : ["stomp "]
12
+ pipeline_names : ["ompl "]
13
13
14
14
plan_request_params :
15
15
planning_attempts : 1
16
- planning_pipeline : stomp
17
- planner_id : " stomp "
16
+ planning_pipeline : ompl
17
+ planner_id : " RRTConnectkConfigDefault "
18
18
max_velocity_scaling_factor : 1.0
19
19
max_acceleration_scaling_factor : 1.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ def generate_launch_description():
11
11
MoveItConfigsBuilder ("moveit_resources_panda" )
12
12
.robot_description (file_path = "config/panda.urdf.xacro" )
13
13
.trajectory_execution (file_path = "config/gripper_moveit_controllers.yaml" )
14
- .planning_pipelines ("stomp " , ["stomp " ])
14
+ .planning_pipelines ("ompl " , ["ompl " ])
15
15
.moveit_cpp (
16
16
file_path = get_package_share_directory ("moveit2_tutorials" )
17
17
+ "/config/moveit_cpp.yaml"
You can’t perform that action at this time.
0 commit comments