Skip to content

Instantly share code, notes, and snippets.

View tanzby's full-sized avatar
🏠
Working from home

iceytan tanzby

🏠
Working from home
  • GuangZhou,China
View GitHub Profile
@rotu
rotu / CMakeLists.txt
Last active June 23, 2025 12:10
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