ubcuas / MissionPlanner-Scripts

Python Automation of MissionPlanner
MIT License
1 stars 0 forks source link

Drone does not perform VTOL transition when requested through waypoint queue #78

Closed i25052i closed 4 months ago

i25052i commented 4 months ago

Describe the bug

We used the new support for different waypoint types added in #74 to tell the drone to DO_VTOL_TRANSITION, but it did not transition from vertical to horizontal flight.

Reproduction steps

  1. Give the drone a mission containing DO_VTOL_TRANSITION waypoints

Expected behaviour

The drone should perform a flight mode transition.

Additional context

Note - I (Hansen) think that this is caused by the current inability to supply parameters to the new waypoint types. Will try to address in #74