Skip to content

Commit abcb965

Browse files
committed
magfit.py: add DCM as attitude choice
1 parent a93da16 commit abcb965

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: MAVProxy/modules/lib/magfit.py

+2
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,8 @@ def init_ui(self):
579579
att_choices.append('XKF1')
580580
if self.have_msg('XKY0'):
581581
att_choices.append('XKY0')
582+
if self.have_msg('DCM'):
583+
att_choices.append('DCM')
582584

583585
orientation_choices = [ r.name for r in rotations ]
584586

0 commit comments

Comments
 (0)