From ec99780783b14631045b937a258209679012905a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=AB=8B=E5=86=9B?= Date: Tue, 6 Jul 2021 15:03:03 +0800 Subject: [PATCH] fix urdf of launch error. fix launch problem. --- launch/{ => mycobot_moveit}/demo_gazebo.launch | 16 ++++++++-------- launch/{ => mycobot_moveit}/gazebo.launch | 4 ++-- .../{ => mycobot_moveit}/joystick_control.launch | 0 .../run_benchmark_ompl.launch | 4 ++-- .../{ => mycobot_moveit}/setup_assistant.launch | 0 launch/{ => mycobot_moveit}/warehouse.launch | 2 +- .../warehouse_settings.launch.xml | 0 7 files changed, 13 insertions(+), 13 deletions(-) rename launch/{ => mycobot_moveit}/demo_gazebo.launch (84%) rename launch/{ => mycobot_moveit}/gazebo.launch (89%) rename launch/{ => mycobot_moveit}/joystick_control.launch (100%) rename launch/{ => mycobot_moveit}/run_benchmark_ompl.launch (82%) rename launch/{ => mycobot_moveit}/setup_assistant.launch (100%) rename launch/{ => mycobot_moveit}/warehouse.launch (82%) rename launch/{ => mycobot_moveit}/warehouse_settings.launch.xml (100%) diff --git a/launch/demo_gazebo.launch b/launch/mycobot_moveit/demo_gazebo.launch similarity index 84% rename from launch/demo_gazebo.launch rename to launch/mycobot_moveit/demo_gazebo.launch index 903d5a2..5b9c8b5 100644 --- a/launch/demo_gazebo.launch +++ b/launch/mycobot_moveit/demo_gazebo.launch @@ -22,22 +22,22 @@ - + - + - + - + @@ -49,21 +49,21 @@ - + - + - + - + diff --git a/launch/gazebo.launch b/launch/mycobot_moveit/gazebo.launch similarity index 89% rename from launch/gazebo.launch rename to launch/mycobot_moveit/gazebo.launch index 00d0739..c209f83 100644 --- a/launch/gazebo.launch +++ b/launch/mycobot_moveit/gazebo.launch @@ -2,7 +2,7 @@ - + @@ -18,6 +18,6 @@ - + diff --git a/launch/joystick_control.launch b/launch/mycobot_moveit/joystick_control.launch similarity index 100% rename from launch/joystick_control.launch rename to launch/mycobot_moveit/joystick_control.launch diff --git a/launch/run_benchmark_ompl.launch b/launch/mycobot_moveit/run_benchmark_ompl.launch similarity index 82% rename from launch/run_benchmark_ompl.launch rename to launch/mycobot_moveit/run_benchmark_ompl.launch index 18d2446..9700689 100644 --- a/launch/run_benchmark_ompl.launch +++ b/launch/mycobot_moveit/run_benchmark_ompl.launch @@ -4,12 +4,12 @@ - + - + diff --git a/launch/setup_assistant.launch b/launch/mycobot_moveit/setup_assistant.launch similarity index 100% rename from launch/setup_assistant.launch rename to launch/mycobot_moveit/setup_assistant.launch diff --git a/launch/warehouse.launch b/launch/mycobot_moveit/warehouse.launch similarity index 82% rename from launch/warehouse.launch rename to launch/mycobot_moveit/warehouse.launch index aff99ab..0b7f91e 100644 --- a/launch/warehouse.launch +++ b/launch/mycobot_moveit/warehouse.launch @@ -4,7 +4,7 @@ - + diff --git a/launch/warehouse_settings.launch.xml b/launch/mycobot_moveit/warehouse_settings.launch.xml similarity index 100% rename from launch/warehouse_settings.launch.xml rename to launch/mycobot_moveit/warehouse_settings.launch.xml