mirror of
https://github.com/introlab/rtabmap_ros.git
synced 2026-09-16 00:00:20 +08:00
install missing nodelet_plugins.xml and plugin_description.xml
This commit is contained in:
+7
-1
@@ -80,7 +80,6 @@ catkin_package(
|
||||
image_transport tf tf_conversions laser_geometry pcl_conversions
|
||||
pcl_ros nodelet dynamic_reconfigure rviz message_filters class_loader
|
||||
stereo_msgs
|
||||
DEPENDS RTABMap
|
||||
)
|
||||
|
||||
###########
|
||||
@@ -234,6 +233,13 @@ install(DIRECTORY
|
||||
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/launch
|
||||
)
|
||||
|
||||
## install plugins/nodelets xml
|
||||
install(FILES
|
||||
nodelet_plugins.xml
|
||||
plugin_description.xml
|
||||
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
|
||||
)
|
||||
|
||||
#############
|
||||
## Testing ##
|
||||
#############
|
||||
|
||||
Reference in New Issue
Block a user