From 646e7ade7196c86ac6cb3363280faf668106cbf1 Mon Sep 17 00:00:00 2001 From: rickstaa Date: Wed, 25 Aug 2021 21:16:46 +0200 Subject: [PATCH] Removes STOMP from default planning algorithms This commit removes the STOMP planner from the default supported planner since the https://github.com/ros-industrial/stomp_ros package can not be added as a dependency yet (i.e. the ROS noetic release is not yet available). --- launch/move_group.launch | 7 +------ launch/stomp_planning_pipeline.launch.xml | 17 +++++++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/launch/move_group.launch b/launch/move_group.launch index 96c8784..f746839 100644 --- a/launch/move_group.launch +++ b/launch/move_group.launch @@ -61,18 +61,13 @@ - - - - - - diff --git a/launch/stomp_planning_pipeline.launch.xml b/launch/stomp_planning_pipeline.launch.xml index a5ccd64..06b42dc 100644 --- a/launch/stomp_planning_pipeline.launch.xml +++ b/launch/stomp_planning_pipeline.launch.xml @@ -1,20 +1,25 @@ - - - + + + - - + + + + - \ No newline at end of file + +