Added general launch file

This commit is contained in:
2025-02-22 22:57:39 +01:00
parent 33c996dce3
commit 2675c4dd48
3 changed files with 83 additions and 0 deletions

13
mg_bringup/CMakeLists.txt Normal file
View File

@ -0,0 +1,13 @@
cmake_minimum_required(VERSION 3.8)
set(CMAKE_EXPORT_COMPILE_COMMANDS OFF)
project(mg_bringup)
find_package(ament_cmake REQUIRED)
install(DIRECTORY
launch
DESTINATION share/${PROJECT_NAME}/
)
ament_package()