fix hiep 2

This commit is contained in:
2026-03-11 07:18:54 +00:00
parent 85355581d1
commit 7512b6261a
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@@ -421,6 +421,4 @@ FodyWeavers.xsd
build build
install install
devel devel
obstacle
/pnkx_nav_core/config/hybrid_local_planner_params.yaml

View File

@@ -134,6 +134,10 @@ if (NOT TARGET pnkx_local_planner)
add_subdirectory(${CMAKE_SOURCE_DIR}/src/Algorithms/Packages/local_planners/pnkx_local_planner) add_subdirectory(${CMAKE_SOURCE_DIR}/src/Algorithms/Packages/local_planners/pnkx_local_planner)
endif() endif()
if (NOT TARGET robot_actionlib_msgs)
add_subdirectory(${CMAKE_SOURCE_DIR}/src/Navigations/Libraries/robot_actionlib_msgs)
endif()
if (NOT TARGET robot_move_base_msgs) if (NOT TARGET robot_move_base_msgs)
add_subdirectory(${CMAKE_SOURCE_DIR}/src/Navigations/Libraries/robot_move_base_msgs) add_subdirectory(${CMAKE_SOURCE_DIR}/src/Navigations/Libraries/robot_move_base_msgs)
endif() endif()