From c864d7c3b3081b3a87d6c450c45a7b10081509e3 Mon Sep 17 00:00:00 2001 From: Autumn60 Date: Sat, 31 Aug 2024 02:17:47 +0900 Subject: [PATCH] create xacro macro for wheel Signed-off-by: Autumn60 --- .../urdf/robot.urdf.xacro | 34 +++++-------------- .../urdf/wheel/wheel.urdf.xacro | 21 ++++++++++++ 2 files changed, 29 insertions(+), 26 deletions(-) create mode 100644 src/description/fourth_robot/fourth_robot_description/urdf/wheel/wheel.urdf.xacro diff --git a/src/description/fourth_robot/fourth_robot_description/urdf/robot.urdf.xacro b/src/description/fourth_robot/fourth_robot_description/urdf/robot.urdf.xacro index 8edbd07..755dbf7 100644 --- a/src/description/fourth_robot/fourth_robot_description/urdf/robot.urdf.xacro +++ b/src/description/fourth_robot/fourth_robot_description/urdf/robot.urdf.xacro @@ -2,6 +2,8 @@ + + @@ -18,31 +20,11 @@ - - - - - - - - - - - - - + + + - - - - - - - - - - - - - + + + diff --git a/src/description/fourth_robot/fourth_robot_description/urdf/wheel/wheel.urdf.xacro b/src/description/fourth_robot/fourth_robot_description/urdf/wheel/wheel.urdf.xacro new file mode 100644 index 0000000..049eb82 --- /dev/null +++ b/src/description/fourth_robot/fourth_robot_description/urdf/wheel/wheel.urdf.xacro @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + +