Skip to content

Commit c8d6f8f

Browse files
BazookaJoe1900dagar
authored andcommitted
remove proto for unused function limit_thrust_during_landing()
1 parent 9d7c459 commit c8d6f8f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/modules/mc_pos_control/MulticopterPositionControl.hpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -223,13 +223,6 @@ class MulticopterPositionControl : public ModuleBase<MulticopterPositionControl>
223223
*/
224224
PositionControlStates set_vehicle_states(const vehicle_local_position_s &local_pos);
225225

226-
/**
227-
* Adjust the setpoint during landing.
228-
* Thrust is adjusted to support the land-detector during detection.
229-
* @param setpoint gets adjusted based on land-detector state
230-
*/
231-
void limit_thrust_during_landing(vehicle_attitude_setpoint_s &setpoint);
232-
233226
/**
234227
* Failsafe.
235228
* If flighttask fails for whatever reason, then do failsafe. This could

0 commit comments

Comments
 (0)