quadruped_ros2_control/descriptions/unitree/go2_description/CMakeLists.txt

11 lines
206 B
CMake
Raw Normal View History

2024-09-09 22:18:19 +08:00
cmake_minimum_required(VERSION 3.8)
project(go2_description)
find_package(ament_cmake REQUIRED)
install(
2024-09-25 21:01:50 +08:00
DIRECTORY meshes xacro launch config urdf
2024-09-09 22:18:19 +08:00
DESTINATION share/${PROJECT_NAME}/
)
ament_package()