您当前的位置: 首页 >  ide
  • 3浏览

    0关注

    478博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

ROS ERROR: Could not find a package configuration file provided by “libuvc“

高精度计算机视觉 发布时间:2022-03-06 00:24:49 ,浏览量:3

CMake Error at depth_camera/ros_astra_camera/CMakeLists.txt:8 (find_package):   By not providing "Findlibuvc.cmake" in CMAKE_MODULE_PATH this project has   asked CMake to find a package configuration file provided by "libuvc", but   CMake did not find one.

  Could not find a package configuration file provided by "libuvc" with any   of the following names:

    libuvcConfig.cmake     libuvc-config.cmake

  Add the installation prefix of "libuvc" to CMAKE_PREFIX_PATH or set   "libuvc_DIR" to a directory containing one of the above files.  If "libuvc"   provides a separate development package or SDK, be sure it has been   installed.

-- Configuring incomplete, errors occurred!

解决办法:

git clone https://github.com/libuvc/libuvc
cd libuvc
mkdir build
cd build
cmake ..
make && sudo make install

本文结束  

关注
打赏
1659856567
查看更多评论
立即登录/注册

微信扫码登录

0.1733s