MAVSDK-docs
MAVSDK-docs copied to clipboard
MAVSDK Guide Docs - Source Code
I recently updated MAVSDK on my project and noticed that using mavsdk within my project does not match the documentation. The documentation recommends initialization like: ` Mavsdk mavsdk; ConnectionResult connection_result...
[These pages](https://mavsdk.mavlink.io/main/en/cpp/guide/installation.html?q=-Bbuild) contain -Bbuild and -Bbuild/*
The `main` version of the docs at is not up to date. It currently says: > Updated: 2021-09-29 08:27:56 v0.44 of the docs is newer than this: > Updated: 2021-10-01...
Bug Page: [FAQ · DroneCore Guide](https://docs.dronecore.io/v/develop/en/getting_started/faq.html) Re ``` > ### Why is libCURL a dependency? -libCURL will be required to download the camera definition file which is referenced in [CAMERA_INFORMATION](http://mavlink.org/messages/common#CAMERA_INFORMATION)....
There were some new structs added to API ref in #131. Determine whether guide needs to be updated or added to for these. @julianoes Note that right now this is...
Can be looked into when https://github.com/dronecore/DroneCore/pull/406 is merged.
1. This should state explicitly that it is for Gimbal control outside of missions 2. We probably need a gimbal/camera guide page that explains this. Bug Page: [class Gimbal ·...
The [Gimbal](https://docs.dronecore.io/v/develop/en/api_reference/classdronecore_1_1_gimbal.html) and `Camera` plugins currently have API reference. - Need to create a guide page explaining how to use camera and gimbal - should cover options - ie both...
See this: https://github.com/dronecore/DroneCore/pull/363 When merged, will need docs update.