Skip to content

Commit

Permalink
Update airspeed to eas
Browse files Browse the repository at this point in the history
Validated airspeed change to eas
  • Loading branch information
ryanjAA authored Oct 10, 2024
1 parent c33a48d commit 4b87bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/fw_pos_control/FixedwingPositionControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2764,7 +2764,7 @@ FixedwingPositionControl::Run()

if (_airspeed_valid) {

if (_airspeed < _param_rwto_rot_airspd.get() && !flaps_retracted_after_rotation) {
if (_airspeed_eas < _param_rwto_rot_airspd.get() && !flaps_retracted_after_rotation) {
_flaps_setpoint = _param_fw_flaps_lnd_scl.get();

} else if (!flaps_retracted_after_rotation) {
Expand Down

0 comments on commit 4b87bcb

Please sign in to comment.