Skip to content

Generate KML file from ROS Odometry data. Enable visualization of traversed path in GoogleEarth.

Notifications You must be signed in to change notification settings

silviomaeta/kml_util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kml_util

Generate KML file from ROS Odometry data. Enable visualization of traversed path in GoogleEarth.

Author: Silvio Maeta - smaeta@andrew.cmu.edu

Install required packages: $ apt-get update $ apt-get install python-pip $ pip install utm $ easy-install pykml

Take a look in the kml_util/launch/generate_kml.launch to configure:

  • output_filename: output path and filename for the PDF report containing the plots
  • pose_topic: Odometry message topic name - position information needs to be in UTM coordinate format.
  • utm_zone_number: UTM zone number is required because UTM coordinates are converted to LatLong in order to be saved in the KML file.

OBS: Odometry position expected in NED coordinate frame (North=X / East=Y / Down=Z)

About

Generate KML file from ROS Odometry data. Enable visualization of traversed path in GoogleEarth.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published