catkin_make时报错找不到xxxx.h头文件

在ROS开发中遇到catkin_make报错找不到头文件的问题,通常是由于头文件路径未正确设置或引用不准确导致。解决方法包括:确保头文件存在于指定的include目录,正确设置CMakeLists中的INCLUDE_DIRS,以及在源码中使用正确的#include语法。遵循这些步骤可以解决ROS项目中自定义库头文件包含的问题。
摘要由CSDN通过智能技术生成

Catkin unable to include custom libraries

报错内容:

/home/firefly/eai_ws/src/square/square_goal_service/src/service_server.cpp:3:53: 
fatal error: square_goal_service/square_goal_service.h: No such file or directory
没有那个文件或目录#include <square_goal_service/square_goal_service.h>

首先查找头文件(file)是否存在

You should create a folder named include/ < name of package > / (include/proj_utils in your case) where you put all the header files (*.hpp) of the package.

但是实际上该文件是存在的,那么查看是否告诉了编译器文件的路径!

 

其次路径是否设置正确(directory)

Then the package that exports the library should have the following in the CMakeLists to be able to export the header files:

 

catkin_pa
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值