|
|
@ -186,6 +186,9 @@ const AP_Param::GroupInfo SITL::var_info2[] = { |
|
|
|
AP_GROUPINFO("OPOS_ALT", 53, SITL, opos.alt, 584.0f), |
|
|
|
AP_GROUPINFO("OPOS_ALT", 53, SITL, opos.alt, 584.0f), |
|
|
|
AP_GROUPINFO("OPOS_HDG", 54, SITL, opos.hdg, 353.0f), |
|
|
|
AP_GROUPINFO("OPOS_HDG", 54, SITL, opos.hdg, 353.0f), |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// extra delay per main loop
|
|
|
|
|
|
|
|
AP_GROUPINFO("LOOP_DELAY", 55, SITL, loop_delay, 0), |
|
|
|
|
|
|
|
|
|
|
|
AP_GROUPEND |
|
|
|
AP_GROUPEND |
|
|
|
|
|
|
|
|
|
|
|
}; |
|
|
|
}; |
|
|
|