Difference between revisions of "Kinomap"

From PaparazziUAV
Jump to navigation Jump to search
 
Line 28: Line 28:
>./nmea2kml logfile.nmea
>./nmea2kml logfile.nmea


===Notes
===Notes===


Before importing into the uploader application, pass the nmea file through the kinomap gps file fixer application.
Before importing into the uploader application, pass the nmea file through the kinomap gps file fixer application.
Examples of paparazzi kinomap tracks:
1. UAV Show Europe 2010. Camp de Souge near Bordeaux. Funjet http://www.kinomap.com/#kms-882qyb
2. Aerotop 2010. Poitier Airport. Funjet

Revision as of 06:54, 29 September 2010

Kinomap logo.png

The [www.kinomap.com Kinomap] website allows people to share videos with gps track information. The Kinomap uploader application (windows only) requires an NMEA log file and the video file. Converting the paparazzi log file to nmea is currently done using a perl script in SVN: sw/in_progress/log_parser

Steps to prepare:

Install gpsbabel:

sudo apt-get install gpsbabel

or

download tar.gz from gpsbabel.org (I got 1.4.1) and compile

Install perl and necessary libraries:

sudo apt-get install perl libgeo-coordinates-utm-perl

Steps to do the conversion:

> cp logfile.data sw/in_progress/log_parser
> cd sw/in_progress/log_parser
> ./log2nmea logfile

At this point you can also run nmea2kml.sh to get a 3d kml file for viewing in google-earth

>./nmea2kml logfile.nmea

Notes

Before importing into the uploader application, pass the nmea file through the kinomap gps file fixer application.