Open nikolausmayer opened 6 years ago
Building with catkin_make succeeds on the "dynamic-reconfigure" branch (https://github.com/PX4/uvc_ros_driver/commit/fac700930f18a9eb498571ec0c51a4fb3655cb63), but catkin_make install fails with an error:
catkin_make
catkin_make install
CMake Error at uvc_ros_driver/cmake_install.cmake:36 (file): file INSTALL cannot find "/home/nikolausmayer/catkin_ws/devel/include/uvc_ros_driver/uvc_ros_driver_nodeConfig.h". Call Stack (most recent call first): cmake_install.cmake:141 (include)
Building with
catkin_make
succeeds on the "dynamic-reconfigure" branch (https://github.com/PX4/uvc_ros_driver/commit/fac700930f18a9eb498571ec0c51a4fb3655cb63), butcatkin_make install
fails with an error: