-
Notifications
You must be signed in to change notification settings - Fork 27
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
Fix library #2
Comments
Hi @rafaelmaeuer i try to use this library but some problem has cam out
|
edit PixhawkArduinoMAVLink.h like so
|
Confirmed rafaelmaeuer issue and also fix from Aug 9, 2020. With these changes it at least compiles. Still need to test on hardware (STM32 target in this case). Fix: 1.) Relocated 2.) Edited From:
To:
|
Does any one know why this library do not work? I'm stiil have the same problem. The last one version does not working |
did what @geosmall suggested and the program did compile - delete the "src/" |
I was able to compile the program successfully, but I couldn't read the xyz data。 |
Hey and thanks for this library.
I was trying to get it work, but Arduino complains about missing the library although it was correctly installed. It seems that
PixhawkArduinoMAVLink.h
, andPixhawkArduinoMAVLink.cpp
need to be inside ofsrc
folder. All other imports need to be changed accordingly. This way I was able to get it work.The text was updated successfully, but these errors were encountered: