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

    0关注

    478博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

ROS Error: Found unsuitable Qt version ““ from NOTFOUND, this code requires Qt 4.x

高精度计算机视觉 发布时间:2022-03-04 22:18:40 ,浏览量:3

-- Using these message generators: gencpp;geneus;genlisp;gennodejs;genpy qmake: could not find a Qt installation of '' CMake Error at /usr/share/cmake-3.16/Modules/FindQt4.cmake:1314 (message):   Found unsuitable Qt version "" from NOTFOUND, this code requires Qt 4.x Call Stack (most recent call first):   lidar/hector_slam/hector_geotiff/CMakeLists.txt:12 (find_package)

-- Configuring incomplete, errors occurred! See also "/home/pi/mc/catkin_ws/build/CMakeFiles/CMakeOutput.log". See also "/home/pi/mc/catkin_ws/build/CMakeFiles/CMakeError.log". Invoking "cmake" failed

解决办法

sudo apt-get install qt4-default 

重新编译,即可成功。

或者用QT5编译

catkin_make -DUseQt5=ON -j4

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

微信扫码登录

0.4832s