File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,9 @@ target_link_libraries(octomap_tracking_server_node ${PROJECT_NAME} ${LINK_LIBS})
7373add_library (octomap_server_nodelet src/octomap_server_nodelet.cpp)
7474target_link_libraries (octomap_server_nodelet ${PROJECT_NAME} ${LINK_LIBS} )
7575
76+ add_library (octomap_color_server_nodelet src/octomap_server_nodelet.cpp)
77+ target_link_libraries (octomap_color_server_nodelet ${PROJECT_NAME} _color ${LINK_LIBS} )
78+
7679# install targets:
7780install (TARGETS ${PROJECT_NAME} ${PROJECT_NAME} _color
7881 octomap_server_node
@@ -82,6 +85,7 @@ install(TARGETS ${PROJECT_NAME} ${PROJECT_NAME}_color
8285 octomap_saver
8386 octomap_tracking_server_node
8487 octomap_server_nodelet
88+ octomap_color_server_nodelet
8589 ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
8690 LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
8791 RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
Original file line number Diff line number Diff line change 1+ <library path =" lib/liboctomap_color_server_nodelet" >
2+ <class name =" octomap_color_server/OctomapServerNodelet" type =" octomap_server::OctomapServerNodelet" base_class_type =" nodelet::Nodelet" >
3+ <description >
4+ Nodelet for running the color Octomap server
5+ </description >
6+ </class >
7+ </library >
Original file line number Diff line number Diff line change 1313
1414 <export >
1515 <nodelet plugin =" ${prefix}/nodelet_plugins.xml" />
16+ <nodelet plugin =" ${prefix}/color_nodelet_plugins.xml" />
1617 </export >
1718
1819 <buildtool_depend >catkin</buildtool_depend >
You can’t perform that action at this time.
0 commit comments