Elisabet, Elisabet Rovira wrote: > i'm a student doing my master thesis. i use an outdoor mobile robot > equipped with a camera and gps, and i've been tweaking the routing > plugin to accept the position given by the livegps plugin.
The livegps plugin does not talk to the GPS directly but uses position data that comes from the gpsd system. You should think about connecting to the gpsd directly so as not to have unnecessary dependencies. There is a "gpsfake" tool for gpsd which allows you to replay a recorded, or synthesized, GPS track to gpsd listeners. Bye Frederik -- Frederik Ramm ## eMail [email protected] ## N49°00'09" E008°23'33" _______________________________________________ josm-dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/josm-dev
