mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
FlightTaskManualStabilized: remove second ;
This commit is contained in:
parent
5cfd93040f
commit
40d77d2234
@ -64,7 +64,7 @@ void FlightTaskManualStabilized::_scaleSticks()
|
||||
/* Scale sticks to yaw and thrust using
|
||||
* linear scale for yaw and piecewise linear map for thrust. */
|
||||
_yaw_rate_sp = _sticks(3) * math::radians(_yaw_rate_scaling.get());
|
||||
_throttle = _throttleCurve();;
|
||||
_throttle = _throttleCurve();
|
||||
}
|
||||
|
||||
void FlightTaskManualStabilized::_updateHeadingSetpoints()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user