mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Copter: set new parameter defaults for tradheli
This commit is contained in:
parent
6204898de4
commit
b1d1dc97ff
@ -1355,6 +1355,8 @@ void Copter::convert_pid_parameters(void)
|
||||
{ "PSC_VELXY_P", 1.0f },
|
||||
{ "RC8_OPTION", 32 },
|
||||
{ "RC_OPTIONS", 0 },
|
||||
{ "ATC_RAT_RLL_ILMI", 0.05},
|
||||
{ "ATC_RAT_PIT_ILMI", 0.05},
|
||||
};
|
||||
AP_Param::set_defaults_from_table(heli_defaults_table, ARRAY_SIZE(heli_defaults_table));
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user