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

Commit f01df49

Browse files
committed
Readme: Add note that GPX output is supported
1 parent 55327be commit f01df49

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Readme.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ That'll decode the log to `LOG00001.01.csv` and print out some statistics about
2222
can drag and drop your log files onto `blackbox_decode` and they'll all be decoded. Please note that you shouldn't
2323
discard the original ".TXT" file, because it is required as input for other tools like the PNG image renderer.
2424

25+
If your log file contains GPS data then a ".gpx" file will also be produced. This file can be opened in Google Earth
26+
or some other GPS mapping software for analysis. This feature is experimental.
27+
2528
Use the `--help` option to show more details:
2629

2730
```text
@@ -116,7 +119,7 @@ output folder for the "render to:" setting. Then click the "add job to render qu
116119

117120
## Building tools
118121
The `blackbox_decode` tool for turning binary flight logs into CSV doesn't depend on any libraries, so can be built by
119-
entering running `make obj/blackbox_decode` . You can add the resulting `obj/blackbox_decode` program to your system path to
122+
running `make obj/blackbox_decode`. You can add the resulting `obj/blackbox_decode` program to your system path to
120123
make it easier to run.
121124

122125
The `blackbox_render` tool renders a binary flight log into a series of PNG images which you can overlay on your flight
@@ -131,7 +134,7 @@ sudo apt-get update
131134
sudo apt-get install make gcc libcairo2-dev
132135
```
133136

134-
Build the tool by running `make obj/blackbox_render` (or build both tools by just running `make` ).
137+
Build blackbox_render by running `make obj/blackbox_render` (or build both tools by just running `make`).
135138

136139
#### MacOSX
137140
The easiest way to build is to install the [Xcode development tool][],

0 commit comments

Comments
 (0)