update ros
This commit is contained in:
@@ -78,20 +78,20 @@ if (NOT TARGET robot_nav_2d_utils)
|
||||
add_subdirectory(${CMAKE_SOURCE_DIR}/src/Libraries/robot_nav_2d_utils)
|
||||
endif()
|
||||
|
||||
if (NOT TARGET nav_core)
|
||||
add_subdirectory(${CMAKE_SOURCE_DIR}/src/Navigations/Cores/nav_core)
|
||||
if (NOT TARGET robot_nav_core)
|
||||
add_subdirectory(${CMAKE_SOURCE_DIR}/src/Navigations/Cores/robot_nav_core)
|
||||
endif()
|
||||
|
||||
if (NOT TARGET nav_grid)
|
||||
add_subdirectory(${CMAKE_SOURCE_DIR}/src/Navigations/Libraries/nav_grid)
|
||||
endif()
|
||||
|
||||
if (NOT TARGET nav_core2)
|
||||
add_subdirectory(${CMAKE_SOURCE_DIR}/src/Navigations/Cores/nav_core2)
|
||||
if (NOT TARGET robot_nav_core2)
|
||||
add_subdirectory(${CMAKE_SOURCE_DIR}/src/Navigations/Cores/robot_nav_core2)
|
||||
endif()
|
||||
|
||||
if (NOT TARGET nav_core_adapter)
|
||||
add_subdirectory(${CMAKE_SOURCE_DIR}/src/Navigations/Cores/nav_core_adapter)
|
||||
if (NOT TARGET robot_nav_core_adapter)
|
||||
add_subdirectory(${CMAKE_SOURCE_DIR}/src/Navigations/Cores/robot_nav_core_adapter)
|
||||
endif()
|
||||
|
||||
if (NOT TARGET move_base_core)
|
||||
|
||||
Reference in New Issue
Block a user