We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9ad3b0 commit 43c12abCopy full SHA for 43c12ab
libraries/SITL/SIM_GPS.h
@@ -19,6 +19,15 @@
19
param set SERIAL5_PROTOCOL 5
20
21
sim_vehicle.py -D --console --map -A --serial5=sim:gps:2
22
+
23
+param set SERIAL5_PROTOCOL 5
24
+param set SERIAL6_PROTOCOL 5
25
+param set SIM_GPS2_ENABLE 1
26
+param set SIM_GPS3_ENABLE 1
27
+param set SIM_GPS4_ENABLE 1
28
+param set GPS3_TYPE 1
29
+param set GPS4_TYPE 1
30
+ sim_vehicle.py --debug --console --map -A --serial5=sim:gps:3 --serial6=sim:gps:4
31
*/
32
33
#pragma once
0 commit comments