mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Copter: set tradheli external gyro gain in 0 to 1 range
This commit is contained in:
parent
fe4733121d
commit
7fc37e7801
@ -111,7 +111,7 @@ void Copter::tuning() {
|
|||||||
|
|
||||||
#if FRAME_CONFIG == HELI_FRAME
|
#if FRAME_CONFIG == HELI_FRAME
|
||||||
case TUNING_HELI_EXTERNAL_GYRO:
|
case TUNING_HELI_EXTERNAL_GYRO:
|
||||||
motors.ext_gyro_gain(g.rc_6.control_in);
|
motors.ext_gyro_gain((float)g.rc_6.control_in / 1000.0f);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case TUNING_RATE_PITCH_FF:
|
case TUNING_RATE_PITCH_FF:
|
||||||
|
Loading…
Reference in New Issue
Block a user