Skip to content

gpsTracker: Implementation of a GPS tracking system. Receipt of coordinates via YARP. Obtaining and marking of maps via Folium.

Notifications You must be signed in to change notification settings

davidvelascogarcia/gpsTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpsTracker Homepage Latest Release Build Status

GPS Tracker: gpsTracker (Python API)

Introduction

gpsTracker module use folium in python. This module receive object coordinates with YARP port, decode latitude and longitude. gpsTracker download location map gets user coordinates and print in the map, saved as .html.

Documentation available on docs.

Use

gpsTracker requires coordinates like input in *latitude*+longitude format. The process to running the program:

  1. Execute programs/gpsTracker.py, to start de program.
python gpsTracker.py
  1. Connect coordinates source.
yarp connect /yourport/data:o /gpsTracker/data:i

NOTE:

  • Data results are published on /gpsTracker/data:o

Requirements

gpsTracker requires:

(Using YARP with Python 2.7 bindings)

pip2 install folium

(Using YARP with Python 3 bindings)

pip3 install folium

Tested on: windows 10, ubuntu 14.04, ubuntu 16.04, ubuntu 18.04, lubuntu 18.04 and raspbian.

Status

Build Status

Issues

Related projects

About

gpsTracker: Implementation of a GPS tracking system. Receipt of coordinates via YARP. Obtaining and marking of maps via Folium.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published