mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
AP_TECS: remove incorrect comment about TECS running at 5Hz, it runs at 10Hz.
This commit is contained in:
parent
a280396645
commit
afe9f544e5
@ -424,7 +424,6 @@ void AP_TECS::_update_speed_demand(void)
|
||||
void AP_TECS::_update_height_demand(void)
|
||||
{
|
||||
// Apply 2 point moving average to demanded height
|
||||
// This is required because height demand is only updated at 5Hz
|
||||
_hgt_dem = 0.5f * (_hgt_dem + _hgt_dem_in_old);
|
||||
_hgt_dem_in_old = _hgt_dem;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user