Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to find header files related to barometer bmp388 #2

Open
DX3906G opened this issue Jul 15, 2023 · 3 comments
Open

Unable to find header files related to barometer bmp388 #2

DX3906G opened this issue Jul 15, 2023 · 3 comments

Comments

@DX3906G
Copy link

DX3906G commented Jul 15, 2023

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
Copy link
Owner

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
Copy link
Author

DX3906G commented Jul 20, 2023

It solves my problem. Thank you very much

@Cao-Zonghan
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants