add visualization_msgs

This commit is contained in:
2025-12-08 11:00:30 +07:00
parent bf1fc3df34
commit 6bac684298
12 changed files with 1291 additions and 0 deletions

View File

@@ -19,4 +19,7 @@ if (NOT TARGET nav_msgs)
endif()
if(NOT TARGET map_msgs)
add_subdirectory(map_msgs)
endif()
if(NOT TARGET visualization_msgs)
add_subdirectory(visualization_msgs)
endif()