From fb2085aafbdaef7c6bf8ba18b7878022f1e83cbd Mon Sep 17 00:00:00 2001 From: Michitoshi Tsubaki Date: Fri, 17 Apr 2026 23:41:01 +0900 Subject: [PATCH] Add CMakeLists.txt and package.xml in g1_description --- robots/g1_description/CMakeLists.txt | 17 +++++++++++++++++ robots/g1_description/package.xml | 14 ++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 robots/g1_description/CMakeLists.txt create mode 100644 robots/g1_description/package.xml diff --git a/robots/g1_description/CMakeLists.txt b/robots/g1_description/CMakeLists.txt new file mode 100644 index 00000000..059cb9f5 --- /dev/null +++ b/robots/g1_description/CMakeLists.txt @@ -0,0 +1,17 @@ +cmake_minimum_required(VERSION 2.8.3) +project(g1_description) + +find_package(catkin REQUIRED COMPONENTS + roscpp + std_msgs +) + +catkin_package( + CATKIN_DEPENDS +) + +include_directories( + # include + ${Boost_INCLUDE_DIR} + ${catkin_INCLUDE_DIRS} +) diff --git a/robots/g1_description/package.xml b/robots/g1_description/package.xml new file mode 100644 index 00000000..60ea8321 --- /dev/null +++ b/robots/g1_description/package.xml @@ -0,0 +1,14 @@ + + + g1_description + 0.0.0 + The g1_description package + + unitree + BSD + + catkin + roscpp + std_msgs + +