|
|
|
@ -1117,6 +1117,10 @@ const AP_Param::Info Copter::var_info[] = {
@@ -1117,6 +1117,10 @@ const AP_Param::Info Copter::var_info[] = {
|
|
|
|
|
// @User: Standard
|
|
|
|
|
GSCALAR(autotune_min_d, "AUTOTUNE_MIN_D", 0.001f), |
|
|
|
|
|
|
|
|
|
// @Group: NTF_
|
|
|
|
|
// @Path: ../libraries/AP_Notify/AP_Notify.cpp
|
|
|
|
|
GOBJECT(notify, "NTF_", AP_Notify), |
|
|
|
|
|
|
|
|
|
AP_VAREND |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|