Skip to content

Commit

Permalink
fixed installation
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Jul 26, 2023
1 parent 6ecbd65 commit 8fa9e22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,7 @@ install(TARGETS ${LIBRARIES}
install(DIRECTORY launch config
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

install(FILES plugins.xml
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)
2 changes: 1 addition & 1 deletion plugins.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<library path="lib/libMrsUavHwPx4Api">
<class name="mrs_uav_px4_api/Api" type="mrs_uav_px4_api::MrsUavPx4Api" base_class_type="mrs_uav_hw_api::MrsUavHwApi">
<description>Px4 API module for the MRS UAV System</description>
<description>PX4 API module for the MRS UAV System</description>
</class>
</library>

0 comments on commit 8fa9e22

Please sign in to comment.