Skip to content
Snippets Groups Projects
Commit c0ca2ef9 authored by v4hn's avatar v4hn
Browse files

install nodelet xml

Otherwise libuvc_camera produces a (non-fatal) error
on each startup and the nodelet can't be found.
parent 4d0628fd
No related branches found
No related tags found
No related merge requests found
...@@ -40,3 +40,7 @@ install(TARGETS camera_node libuvc_camera_nodelet ...@@ -40,3 +40,7 @@ install(TARGETS camera_node libuvc_camera_nodelet
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION} LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
) )
install(FILES libuvc_camera_nodelet.xml
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment