-
-
Notifications
You must be signed in to change notification settings - Fork 508
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
MAVSDK Debian does not include MAVSDK::mavsdk_action target #2434
Comments
Remove It's actually fixed here: It's just that the docs generation in CI doesn't seem to run anymore. Sorry about that. I'm hoping to fix that soon. |
Thanks! What about
|
Use |
Yea, seems like the docs are just out of date. There's missing
Perhaps the tutorials could be updated such that you can copy-paste the code without changes and have it compile? |
Agreed. Feel free to make pull requests. I'm meaning to do a pass through the docs but it will be after the v3 release. |
Description
I want to follow the quick start guide and command an ArduPilot plane to take off, but I cannot compile the recommended example.
Steps
Follow the quick start here to install the latest release on Ubuntu 22.
https://mavsdk.mavlink.io/main/en/cpp/quickstart.html#install-mavsdk-library
Create a
main.cpp
andCMakeLists.txt
with the following, as per the takeoff guide:https://mavsdk.mavlink.io/main/en/cpp/guide/taking_off_landing.html#taking-off
And, copy the first part of the C++ code
Build the demo:
See the CMake configure error:
The text was updated successfully, but these errors were encountered: