File tree 2 files changed +4
-4
lines changed
libraries/AP_Scripting/applets
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
--
32
32
-- Testing in SITL:
33
33
-- a. set map setshowsimpos 1 (to allow seeing where vehicle really is in simulator even with GPS disabled)
34
- -- b. set SIM_GPS_DISABLE = 1 to disable GPS (confirm dead reckoning begins)
35
- -- c. set SIM_GPS_DISABLE = 0 to re-enable GPS
34
+ -- b. set SIM_GPS1_ENABLE = 0 to disable GPS (confirm dead reckoning begins)
35
+ -- c. set SIM_GPS1_ENABLE = 1 to re-enable GPS
36
36
-- d. set SIM_GPS_NUMSAT = 3 to lower simulated satellite count to confirm script triggers
37
37
-- e. set DR_GPS_SACC_MAX = 0.01 to lower the threshold and trigger below the simulator value which is 0.04 (remember to set this back after testing!)
38
38
--
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ Deadreckoning will only be activated while the vehicle is in autonomous modes (e
39
39
## Testing in SITL
40
40
41
41
- set map setshowsimpos 1 (to allow seeing where vehicle really is in simulator even with GPS disabled)
42
- - set SIM_GPS_DISABLE = 1 to disable GPS (confirm dead reckoning begins)
43
- - set SIM_GPS_DISABLE = 0 to re-enable GPS
42
+ - set SIM_GPS1_ENABLE = 0 to disable GPS (confirm dead reckoning begins)
43
+ - set SIM_GPS1_ENABLE = 1 to re-enable GPS
44
44
- set SIM_GPS_NUMSAT = 3 to lower simulated satellite count to confirm script triggers
45
45
- set DR_GPS_SACC_MAX = 0.01 to lower the threshold and trigger below the simulator value which is 0.04 (remember to set this back after testing!)
46
46
You can’t perform that action at this time.
0 commit comments