Skip to content

Commit

Permalink
mavextra.py: don't skip data for cores other than 0
Browse files Browse the repository at this point in the history
tools have moved on and can just send in the correct data
  • Loading branch information
peterbarker committed Jul 2, 2024
1 parent 27eefbe commit dd0a7d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mavextra.py
Original file line number Diff line number Diff line change
Expand Up @@ -1090,8 +1090,6 @@ def ekf1_pos(EKF1):
global ekf_origin
from . import mavutil
self = mavutil.mavfile_global
if getattr(EKF1,'C',0) != 0:
return None
if ekf_origin is None:
if not 'ORGN' in self.messages:
return None
Expand Down

0 comments on commit dd0a7d7

Please sign in to comment.