mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_TECS: make target landing speed a float
some users may want more precise control
This commit is contained in:
parent
861523a00a
commit
98530928b5
@ -115,7 +115,7 @@ private:
|
|||||||
AP_Float _rollComp;
|
AP_Float _rollComp;
|
||||||
AP_Float _spdWeight;
|
AP_Float _spdWeight;
|
||||||
AP_Float _landThrottle;
|
AP_Float _landThrottle;
|
||||||
AP_Int8 _landAirspeed;
|
AP_Float _landAirspeed;
|
||||||
|
|
||||||
// throttle demand in the range from 0.0 to 1.0
|
// throttle demand in the range from 0.0 to 1.0
|
||||||
float _throttle_dem;
|
float _throttle_dem;
|
||||||
|
Loading…
Reference in New Issue
Block a user