We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d61ca commit cdaa736Copy full SHA for cdaa736
octomap_server/CMakeLists.txt
@@ -102,5 +102,8 @@ install(DIRECTORY launch/
102
PATTERN ".svn" EXCLUDE
103
)
104
105
-install(FILES nodelet_plugins.xml
106
- DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
+install(FILES
+ nodelet_plugins.xml
107
+ color_nodelet_plugins.xml
108
+ DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
109
+)
0 commit comments