[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 1d39c2: [ground_segment] Fix l
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 1d39c2: [ground_segment] Fix log plotter KML output |
Date: |
Mon, 15 Aug 2016 12:27:45 -0700 |
Branch: refs/heads/master
Home: https://github.com/paparazzi/paparazzi
Commit: 1d39c29bb429f99d79b64b0bd49961da12e6128c
https://github.com/paparazzi/paparazzi/commit/1d39c29bb429f99d79b64b0bd49961da12e6128c
Author: Freek van Tienen <address@hidden>
Date: 2016-08-15 (Mon, 15 Aug 2016)
Changed paths:
M sw/logalizer/logplotter.ml
Log Message:
-----------
[ground_segment] Fix log plotter KML output
The KML output was parsing the GPS messages as radians, but it was degrees
instead. This means the values were converted to degrees once more afterwards.