mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 15:40:31 +08:00
remove proto for unused function limit_thrust_during_landing()
This commit is contained in:
@@ -223,13 +223,6 @@ private:
|
||||
*/
|
||||
PositionControlStates set_vehicle_states(const vehicle_local_position_s &local_pos);
|
||||
|
||||
/**
|
||||
* Adjust the setpoint during landing.
|
||||
* Thrust is adjusted to support the land-detector during detection.
|
||||
* @param setpoint gets adjusted based on land-detector state
|
||||
*/
|
||||
void limit_thrust_during_landing(vehicle_attitude_setpoint_s &setpoint);
|
||||
|
||||
/**
|
||||
* Failsafe.
|
||||
* If flighttask fails for whatever reason, then do failsafe. This could
|
||||
|
||||
Reference in New Issue
Block a user