mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
autotest: added ROFH msg
This commit is contained in:
parent
1fb421ae6a
commit
ef5baaf482
@ -1788,7 +1788,8 @@ class AutoTest(ABC):
|
|||||||
# effectively binary blobs for replay
|
# effectively binary blobs for replay
|
||||||
REPLAY_MSGS = [ 'RFRH', 'RFRF', 'REV2', 'RSO2', 'RWA2', 'REV3', 'RSO3', 'RWA3', 'RMGI',
|
REPLAY_MSGS = [ 'RFRH', 'RFRF', 'REV2', 'RSO2', 'RWA2', 'REV3', 'RSO3', 'RWA3', 'RMGI',
|
||||||
'REY3', 'RFRN', 'RISH', 'RISI', 'RISJ', 'RBRH', 'RBRI', 'RRNH', 'RRNI',
|
'REY3', 'RFRN', 'RISH', 'RISI', 'RISJ', 'RBRH', 'RBRI', 'RRNH', 'RRNI',
|
||||||
'RGPH', 'RGPI', 'RGPJ', 'RASH', 'RASI', 'RBCH', 'RBCI', 'RVOH', 'RMGH' ]
|
'RGPH', 'RGPI', 'RGPJ', 'RASH', 'RASI', 'RBCH', 'RBCI', 'RVOH', 'RMGH',
|
||||||
|
'ROFH' ]
|
||||||
|
|
||||||
docco_ids = {}
|
docco_ids = {}
|
||||||
for thing in tree.logformat:
|
for thing in tree.logformat:
|
||||||
|
Loading…
Reference in New Issue
Block a user