|
|
|
@ -89,6 +89,7 @@ const AP_Param::GroupInfo SITL::var_info[] = {
@@ -89,6 +89,7 @@ const AP_Param::GroupInfo SITL::var_info[] = {
|
|
|
|
|
AP_GROUPINFO("FLOW_POS", 56, SITL, optflow_pos_offset, 0), |
|
|
|
|
AP_GROUPINFO("ACC2_BIAS", 57, SITL, accel2_bias, 0), |
|
|
|
|
AP_GROUPINFO("GPS_NOISE", 58, SITL, gps_noise, 0), |
|
|
|
|
AP_GROUPINFO("GP2_GLITCH", 59, SITL, gps2_glitch, 0), |
|
|
|
|
AP_GROUPEND |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|