Skip to content

Commit

Permalink
added missing install to ov_msckf
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Sep 24, 2024
1 parent 8f10396 commit cf216b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ov_msckf/cmake/ROS1.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ if (catkin_FOUND AND ENABLE_ROS)
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/launch
)

install(FILES plugins.xml
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

endif ()

add_executable(run_simulation src/run_simulation.cpp)
Expand Down

0 comments on commit cf216b4

Please sign in to comment.