Skip to content

Commit

Permalink
updating submodule + fix bug in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
marinagmoreira committed Jan 3, 2024
1 parent 24ce517 commit 70c8eb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions astrobee/survey_manager/survey_planner/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,12 @@ find_package(catkin2 REQUIRED COMPONENTS
ff_msgs
)

foreach( dir pddl launch)
install( DIRECTORY ${dir}/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/${dir} )
endforeach(dir)

catkin_package(
INCLUDE_DIRS src
CATKIN_DEPENDS
)


foreach( dir pddl launch)
install( DIRECTORY ${dir}/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/${dir} )
endforeach(dir)

0 comments on commit 70c8eb5

Please sign in to comment.