61 (ParamFloat<px4::params::MPC_LAND_SPEED>) _param_mpc_land_speed,
62 (ParamFloat<px4::params::MPC_TKO_SPEED>) _param_mpc_tko_speed,
63 (ParamFloat<px4::params::MIS_TAKEOFF_ALT>) _param_mis_takeoff_alt
bool update() override
To be called regularly in the control loop cycle to execute the task.
virtual ~FlightTaskOffboard()=default
#define ORB_ID(_name)
Generates a pointer to the uORB metadata structure for a given topic.
Abstract base class for different advanced flight tasks like orbit, follow me, ...
bool activate(vehicle_local_position_setpoint_s last_setpoint) override
Call once on the event where you switch to the task.
matrix::Vector3f _position_lock
bool updateInitialize() override
Call before activate() or update() to initialize time and input data.
uORB::SubscriptionData< position_setpoint_triplet_s > _sub_triplet_setpoint
FlightTaskOffboard()=default