zhuge2333 / 4DRadarSLAM

GNU General Public License v3.0
196 stars 30 forks source link

Unable to find header files related to barometer bmp388 #2

Open DX3906G opened 1 year ago

DX3906G commented 1 year ago

I got the following error when trying to compile the package

catkin_ws/src/4DRadarSLAM/apps/radar_graph_slam_nodelet.cpp:71:10: fatal error: barometer_bmp388/Barometer.h: No such file or directory

include <barometer_bmp388/Barometer.h>

Can you give me some advices how to resolve the problem? Thank you!

zhuge2333 commented 1 year ago

The barometer msg format is as follows:

std_msgs/Header header float32 altitude float32 pressure float32 temperature

Please refer to: (https://github.com/zhuge2333/barometer_bmp388.git) I hope this helps you.

DX3906G commented 1 year ago

It solves my problem. Thank you very much

Cao-Zonghan commented 2 months ago

It solves my problem. Thank you very much

Excuse me, I have same problem. Can you tell me how to solve this problem? Thank you very mach