Mrobot在Ubuntu16.04上catkin_make时报错,提示找不到ros/ros.h

Mrobot程序在Ubuntu16.04无法正常catkin_make解决办法

解决办法:
mrobot_ws/src/mrobot_bringup/CMakeLists里添加一行

include_directories(${catkin_INCLUDE_DIRS})

然后保存,重新进行catkin_make
Mrobot程序在Ubuntu16.04无法正常catkin_make解决办法

相关文章:

  • 2021-09-02
  • 2021-04-19
  • 2021-08-10
  • 2021-12-03
  • 2022-02-26
  • 2021-05-21
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-03
  • 2022-12-23
  • 2021-09-04
  • 2021-12-16
  • 2022-12-23
  • 2022-12-23
  • 2021-11-06
相关资源
相似解决方案