53 (ParamFloat<px4::params::MPC_THR_HOVER>) _param_mpc_thr_hover,
54 (ParamFloat<px4::params::MPC_LAND_SPEED>) _param_mpc_land_speed
FlightTaskDescend()=default
Abstract base class for different advanced flight tasks like orbit, follow me, ...
bool update() override
To be called regularly in the control loop cycle to execute the task.
bool activate(vehicle_local_position_setpoint_s last_setpoint) override
Call once on the event where you switch to the task.
virtual ~FlightTaskDescend()=default