mavlink / MAVSDK-docs

MAVSDK Guide Docs - Source Code
https://mavsdk.mavlink.io
Other
24 stars 37 forks source link

Remove plugin library linking instructions from docs #285

Closed KarthiAru closed 3 months ago

KarthiAru commented 3 months ago

The following sections were removed from the 'taking_off_landing.md' and 'telemetry.md' documentation files:

  1. Instructions for linking the 'mavsdk_telemetry' plugin library to the application's CMake build definition file.
  2. Instructions for linking the 'mavsdk_action' plugin library to the application's CMake build definition file.

With recent versions of MAVSDK, you only need MAVSDK::mavsdk and hence these sections are removed.

KarthiAru commented 3 months ago

Creating a new PR with more related changes.