Skip to content

Commit

Permalink
magfit.py: add DCM as attitude choice
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Feb 1, 2025
1 parent a93da16 commit efd6720
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MAVProxy/modules/lib/magfit.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,8 @@ def init_ui(self):
att_choices.append('XKF1')
if self.have_msg('XKY0'):
att_choices.append('XKY0')
if self.have_msg('DCM'):
att_choices.append('DCM')

orientation_choices = [ r.name for r in rotations ]

Expand Down

0 comments on commit efd6720

Please sign in to comment.