Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mavflightview.py: plot CMD by default
Browse files Browse the repository at this point in the history
peterbarker committed Sep 27, 2024
1 parent 77a77f5 commit 2034d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MAVProxy/tools/mavflightview.py
Original file line number Diff line number Diff line change
@@ -337,7 +337,7 @@ def mavflightview_mav(mlog, options=None, flightmode_selections=[]):
type_list = options.types.split(',')
expressions.extend(pos_expressions(type_list))
else:
expressions.extend(pos_expressions(['POS', 'GLOBAL_POSITION_INT']))
expressions.extend(pos_expressions(['POS', 'GLOBAL_POSITION_INT', 'CMD']))
if options.rawgps or options.dualgps:
expressions.extend(pos_expressions(['GPS', 'GPS_RAW_INT']))
if options.rawgps2 or options.dualgps:

0 comments on commit 2034d1e

Please sign in to comment.