add ros_cpp

This commit is contained in:
EricX-Zhao
2026-02-12 00:47:24 +03:00
parent 7fffde2fd6
commit 4c6b249a22
5 changed files with 134 additions and 14 deletions
@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.8)
project(ros_cpp)
find_package(ament_cmake REQUIRED)
ament_package()