创建qt-ros-ws报错Could not find a package configuration file provided by “qt_build“

4 篇文章 0 订阅

问题

在创建qt-ros-ws工作空间时,

mkdir -p qt_ros_ws/src 
cd qt_ros_ws/src 
catkin_create_qt_pkg hello roscpp rospy std_msgs   
cd .. 
catkin_make

执行catkin_make时,发现报错

Could NOT find qt_build (missing: qt_build_DIR)
-- Could not find the required component 'qt_build'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
CMake Error at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
  Could not find a package configuration file provided by "qt_build" with any
  of the following names:

    qt_buildConfig.cmake
    qt_build-config.cmake

  Add the installation prefix of "qt_build" to CMAKE_PREFIX_PATH or set
  "qt_build_DIR" to a directory containing one of the above files.  If
  "qt_build" provides a separate development package or SDK, be sure it has
  been installed.
Call Stack (most recent call first):
  hello/CMakeLists.txt:13 (find_package)

在这里插入图片描述

解决

我是Ubuntu16.04,kinetic版本号,安装

sudo apt-get install ros-kinetic-qt-ros

再次执行

catkin_make

执行成功,并测试

source devel/setup.bash
rosrun hello hello

成功运行

参考

ubuntu18.04 在QT中添加ros环境搭建 亲测可用

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值