add filter & fix file cmake

This commit is contained in:
2026-08-03 22:29:21 +07:00
parent 653ee76cd1
commit 5871e0c738
3 changed files with 12 additions and 14 deletions

View File

@@ -42,7 +42,7 @@ if(NOT BUILDING_WITH_CATKIN)
# ⚠️ placeholder libraries
set(PACKAGES_DIR
cv_bridge
robot_sensor_msgs
robot_cpp
data_convert
@@ -64,7 +64,7 @@ if(NOT BUILDING_WITH_CATKIN)
else()
find_package(catkin REQUIRED COMPONENTS
cv_bridge
robot_sensor_msgs
robot_cpp
data_convert
@@ -88,7 +88,7 @@ else()
INCLUDE_DIRS include
LIBRARIES ${PROJECT_NAME}
CATKIN_DEPENDS
cv_bridge
robot_sensor_msgs
robot_cpp
data_convert