Skip to content

Instantly share code, notes, and snippets.

View Mactarvish's full-sized avatar
😅
chabuduodele

Mactarvish

😅
chabuduodele
View GitHub Profile
@rotu
rotu / CMakeLists.txt
Last active February 5, 2025 10:46
CLion top level ROS2 Workspace CMakeLists
cmake_minimum_required(VERSION 3.14)
project("ROS2 Master")
# usually I put this in a separate file include("/opt/ros/_common/Colcon.cmake")
function(colcon_add_subdirectories)
cmake_parse_arguments(PARSE_ARGV 0 "ARG" "" "BUILD_BASE;BASE_PATHS" "")
message("search criteria: ${ARGV}")
execute_process(COMMAND colcon list