mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 00:37:35 +08:00
FlightTasks: add FlighttaskManualPosition
This commit is contained in:
committed by
Beat Küng
parent
ddecb4d3a4
commit
26a5eae7b1
@@ -44,6 +44,7 @@
|
||||
#include "tasks/FlightTask.hpp"
|
||||
#include "tasks/FlightTaskManual.hpp"
|
||||
#include "tasks/FlightTaskManualAltitude.hpp"
|
||||
#include "tasks/FlightTaskManualPosition.hpp"
|
||||
#include "tasks/FlightTaskOrbit.hpp"
|
||||
#include "tasks/FlightTaskSport.hpp"
|
||||
|
||||
@@ -122,6 +123,7 @@ private:
|
||||
|
||||
FlightTaskManual manual;
|
||||
FlightTaskManualAltitude altitude;
|
||||
FlightTaskManualPosition position;
|
||||
FlightTaskOrbit orbit;
|
||||
FlightTaskSport sport;
|
||||
} _task_union; /**< storage for the currently active task */
|
||||
|
||||
Reference in New Issue
Block a user