mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-03 06:28:32 -04:00
SITL: Support both SBPv0 and SBPv2
This commit is contained in:
parent
4bf9fc071c
commit
abd408bf40
@ -50,6 +50,7 @@ public:
|
|||||||
GPS_TYPE_SBP = 6,
|
GPS_TYPE_SBP = 6,
|
||||||
GPS_TYPE_FILE = 7,
|
GPS_TYPE_FILE = 7,
|
||||||
GPS_TYPE_NOVA = 8,
|
GPS_TYPE_NOVA = 8,
|
||||||
|
GPS_TYPE_SBP2 = 9,
|
||||||
};
|
};
|
||||||
|
|
||||||
struct sitl_fdm state;
|
struct sitl_fdm state;
|
||||||
|
Loading…
Reference in New Issue
Block a user