betaflight / blackbox-tools

Tools for working with blackbox flight logs
GNU General Public License v3.0
61 stars 36 forks source link

Altitude in gps should be in meter and not in cm #18

Open cpihl opened 5 years ago

cpihl commented 5 years ago

Betaflight blackbox logs altitude in cm from gps and barometer, and this is exported as integer to gpx file field (ele), while comment in gpxwriter.c says "Altitude is in meters". The standard unit for altitude in gpx file is meter, for example used by google earth viewer. I also added a flag alt-offset to enable adjustment of altitude, if anyone interested.

mikeller commented 5 years ago

@cpihl: Yes, please open a pull request to fix this.

stale[bot] commented 5 years ago

This issue / pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within a week.

stale[bot] commented 5 years ago

Automatically closing as inactive.

HereticToXa commented 2 months ago

Why is it closed? The problem is still there