Minor change BDS 5,0 roll, if status and sign bit are both 1, roll angle was -90 degrees.
This commit is contained in:
parent
12506e7c7f
commit
161ea31ee1
@ -55,7 +55,7 @@ def isBDS50(msg):
|
||||
if wrongstatus(d, 46, 47, 56):
|
||||
return False
|
||||
|
||||
if d[2:11] != "000000000":
|
||||
if d[1:11] != "0000000000":
|
||||
roll = abs(roll50(msg))
|
||||
if roll and roll > 60:
|
||||
return False
|
||||
|
Loading…
Reference in New Issue
Block a user