Skip to content

Commit

Permalink
AR_AttitudeControl: minor comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 committed Nov 28, 2023
1 parent 2e41cf8 commit 1110c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/APM_Control/AR_AttitudeControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ float AR_AttitudeControl::get_throttle_out_speed(float desired_speed, bool motor
float speed;
if (!get_forward_speed(speed)) {
// we expect caller will not try to control heading using rate control without a valid speed estimate
// on failure to get speed we do not attempt to steer
// return zero throttle
return 0.0f;
}

Expand Down

0 comments on commit 1110c65

Please sign in to comment.