Skip to content

Commit

Permalink
Fix hybrid planning include folders (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
henningkayser committed Sep 13, 2021
1 parent 42414ae commit 341db91
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions moveit_ros/hybrid_planning/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ set(THIS_PACKAGE_INCLUDE_DEPENDS
)

set(THIS_PACKAGE_INCLUDE_DIRS
global_planner/global_planner_component/include
global_planner/global_planner_plugins/include
hybrid_planning_manager/hybrid_planning_manager_component/include
hybrid_planning_manager/planner_logic_plugins/include
local_planner/local_planner_component/include
local_planner/trajectory_operator_plugins/include
local_planner/local_constraint_solver_plugins/include
global_planner/global_planner_component/include/
global_planner/global_planner_plugins/include/
hybrid_planning_manager/hybrid_planning_manager_component/include/
hybrid_planning_manager/planner_logic_plugins/include/
local_planner/local_planner_component/include/
local_planner/trajectory_operator_plugins/include/
local_planner/local_constraint_solver_plugins/include/
)
include_directories(${THIS_PACKAGE_INCLUDE_DIRS})

Expand All @@ -77,7 +77,7 @@ install(TARGETS ${LIBRARIES} hybrid_planning_test_node
RUNTIME DESTINATION lib/${PROJECT_NAME}
INCLUDES DESTINATION include)

#install(DIRECTORY ${THIS_PACKAGE_INCLUDE_DIRS} DESTINATION include)
install(DIRECTORY ${THIS_PACKAGE_INCLUDE_DIRS} DESTINATION include)

install(DIRECTORY test/launch DESTINATION share/${PROJECT_NAME})
install(DIRECTORY test/config DESTINATION share/${PROJECT_NAME})
Expand Down

0 comments on commit 341db91

Please sign in to comment.