Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit 522a1ab

Browse files
committed
Update readme for new IMU and GPS merging options
1 parent 33a84df commit 522a1ab

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

Readme.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,18 @@ Usage:
3434
blackbox_decode [options] <input logs>
3535
3636
Options:
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

0 commit comments

Comments
 (0)