Skip to content

Commit

Permalink
Output raw format by default, don't filter out any binary data.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamshapiro0 committed Dec 14, 2024
1 parent 204a53d commit 29a4f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/fusion_engine_client/applications/p1_capture.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def main():

file_group = parser.add_argument_group('File Capture')
file_group.add_argument(
'-f', '--output-format', default='p1log', choices=('p1log', 'raw', 'csv'),
'-f', '--output-format', default='raw', choices=('p1log', 'raw', 'csv'),
help="""\
The format of the file to be generated when --output is enabled:
- p1log - Create a *.p1log file containing only FusionEngine messages (default)
Expand Down

0 comments on commit 29a4f38

Please sign in to comment.