State implementation files Mavsdk to drone kit replacement
Problem
Replace the mavsdk commands in state_machine/states/impl with dronekit commands. The files that should need replacement are takeoff, waypoint, and land.
create the new branch for the feature off of the branch "feature/dronekit" This is to keep code for dronekit seperated until we are ready to fully replace mavsdk.
Solution
Mavsdk commands are no longer needed in the state_machine/states/impl folder and is instead replaced with dronekit commands.
State implementation files Mavsdk to drone kit replacement
Problem
Replace the mavsdk commands in state_machine/states/impl with dronekit commands. The files that should need replacement are takeoff, waypoint, and land.
create the new branch for the feature off of the branch "feature/dronekit" This is to keep code for dronekit seperated until we are ready to fully replace mavsdk.
Solution
Mavsdk commands are no longer needed in the state_machine/states/impl folder and is instead replaced with dronekit commands.
Additional Information
Dronekit Docs