orbbec / ros_astra_camera

ROS wrapper for Astra camera
Apache License 2.0
65 stars 26 forks source link

libuvc_camera_nodelet.xml missing #75

Closed NikolasE closed 5 years ago

NikolasE commented 5 years ago

The CMakelists wants to install libuvc_camera_nodelet.xml which I can't find in the repository. The install command was added in https://github.com/orbbec/ros_astra_camera/commit/efd14c789e2dcfe2ff5c3e4c7fbad19db7c3db85.

install(FILES libuvc_camera_nodelet.xml DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} )

Nan-Orbbec3d-US commented 5 years ago

It shouldn't exist. I've already removed those two lines. Did you encounter any issues while compiling?

NikolasE commented 5 years ago

No, the rest worked nicely :)