add map_msgs

This commit is contained in:
2025-11-17 14:31:52 +07:00
parent 4c8e350dac
commit 93dec2e1a7
3 changed files with 42 additions and 0 deletions

View File

@@ -14,4 +14,7 @@ if (NOT TARGET sensor_msgs)
endif()
if (NOT TARGET nav_msgs)
add_subdirectory(nav_msgs)
endif()
if(NOT TARGET map_msgs)
add_subdirectory(map_msgs)
endif()