PX4 MAVSDK – C++ Programming [Part 3] Installing MAVSDK C++ and Setting Up the SITL Simulation Environment
Hello! This is QUAD Drone Lab. In our previous post (Part 2), we explored the core C++ syntax essential for handling MAVSDK C++, including pointers, references, lambda functions, and templates. Having solidified our theoretical background, it is now time to create the “playground” where our code will actually run. Testing drone control code developed in…
