This repository was archived by the owner on Apr 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed
Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,18 @@ Usage:
3434 blackbox_decode [options] <input logs>
3535
3636Options:
37- --help This page
38- --index <num> Choose the log from the file that should be decoded (or omit to decode all)
39- --limits Print the limits and range of each field
40- --stdout Write log to stdout instead of to a file
41- --unit-gps-speed <unit> GPS speed unit (mps|kph|mph), default is mps (meters per second)
42- --debug Show extra debugging information
43- --raw Don't apply predictions to fields (show raw field deltas)
37+ --help This page
38+ --index <num> Choose the log from the file that should be decoded (or omit to decode all)
39+ --limits Print the limits and range of each field
40+ --stdout Write log to stdout instead of to a file
41+ --unit-gps-speed <unit> GPS speed unit (mps|kph|mph), default is mps (meters per second)
42+ --merge-gps Merge GPS data into the main CSV log file instead of writing it separately
43+ --simulate-imu Compute tilt/roll/heading fields from gyro/accel/mag data
44+ --imu-ignore-mag Ignore magnetometer data when computing heading
45+ --declination <val> Set magnetic declination in degrees.minutes format (e.g. -12.58 for New York)
46+ --declination-dec <val> Set magnetic declination in decimal degrees (e.g. -12.97 for New York)
47+ --debug Show extra debugging information
48+ --raw Don't apply predictions to fields (show raw field deltas)
4449```
4550
4651## Using the blackbox_render tool
You can’t perform that action at this time.
0 commit comments