mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
MotorsMulticopter: remove virtual from set_yaw_headroom
This commit is contained in:
parent
908afad65c
commit
c7c6228b5d
@ -50,7 +50,7 @@ public:
|
||||
int16_t get_hover_throttle_as_pwm() const;
|
||||
|
||||
// set_yaw_headroom - set yaw headroom (yaw is given at least this amount of pwm)
|
||||
virtual void set_yaw_headroom(int16_t pwm) { _yaw_headroom = pwm; }
|
||||
void set_yaw_headroom(int16_t pwm) { _yaw_headroom = pwm; }
|
||||
|
||||
// set_throttle_thr_mix - set desired throttle_thr_mix (actual throttle_thr_mix is slewed towards this value over 1~2 seconds)
|
||||
// low values favour pilot/autopilot throttle over attitude control, high values favour attitude control over throttle
|
||||
|
Loading…
Reference in New Issue
Block a user