Hiep update

This commit is contained in:
2025-12-30 10:20:42 +07:00
parent 9c84e64253
commit b5a1b7b6d8
5 changed files with 15 additions and 15 deletions

View File

@@ -47,10 +47,10 @@ target_link_libraries(dock_planner
robot_visualization_msgs
robot_nav_msgs
tf3
tf3_geometry_msgs
robot_tf3_geometry_msgs
robot_time
data_convert
costmap_2d
robot_costmap_2d
nav_core
robot_cpp
robot_nav_2d_utils
@@ -73,8 +73,8 @@ install(TARGETS dock_planner
INCLUDES DESTINATION include # Cài đặt include
)
# --- Xuất export set costmap_2dTargets thành file CMake module ---
# --- Tạo file lib/cmake/dock_planner/costmap_2dTargets.cmake ---
# --- Xuất export set robot_costmap_2dTargets thành file CMake module ---
# --- Tạo file lib/cmake/dock_planner/robot_costmap_2dTargets.cmake ---
# --- File này chứa cấu hình giúp project khác có thể dùng ---
# --- Find_package(dock_planner REQUIRED) ---
# --- Target_link_libraries(my_app PRIVATE dock_planner::dock_planner) ---