Owne / ardupilot-mega

Automatically exported from code.google.com/p/ardupilot-mega
0 stars 0 forks source link

Log download does not work #317

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Fly
2. Download log with ArdupilotMegaPlanner
3. Open kmz-file on Google Earth

What is the expected output? 
You should see flight route in Google Earth

What do you see instead?
Nothing. 
Kmz file is almost empty, there is only header, but no flight route.

What version of the product are you using? On what operating system?
Windows 7, 64 bit, ArdupilotMega 2.012, ArdupilotMegaPlanner  0.4.17
(Also some earlier 2.x versions have the same problem)

Please provide any additional information below.

If you select Log Browse in Mega Planner, there are empty lines between all log 
lines.

If you look log file with some hex editor, you can see, that every data line 
ends with codes  0D 0A 0A
0D 0A  (carriage return and line feed) is normal line end, but now there is 
extra 0A, and this can cause all these problems.

Original issue reported on code.google.com by alpo.has...@gmail.com on 9 Apr 2011 at 9:12

GoogleCodeExporter commented 8 years ago

Original comment by Meee...@gmail.com on 10 Apr 2011 at 12:58

GoogleCodeExporter commented 8 years ago
Hi, this is now fixed. both line breaks and kml generation. please download apm 
planner 0.4.18 (use "update check" in action menu)

Original comment by Meee...@gmail.com on 10 Apr 2011 at 4:59