That's where the fun stops..
How to setup Navit on ubuntu (reasonably quickly)? sudo apt-get
install navit - worked.
~/.navit/navit.xml - doesn't exist. Do I have to make an xml
config file from scratch?
gpsd - not picking up data from the gps. I couldn't see anyplace
where to set the serial port to run at 4800bps. I can see data stream
in arduino serial monitor.
maps. Don't have any maps. Where to get some just for sydney.
Thanks in advance.
zless /usr/shares/doc/navit/README.Debian
> gpsd - not picking up data from the gps. I couldn't see anyplace
> where to set the serial port to run at 4800bps. I can see data stream
> in arduino serial monitor.
Edit /etc/default/gpsd.
Modify DEVICES to read:
DEVICES="/dev/ttyUSB0"
Restart gpsd:
/etc/init.d/gpsd
regards
Terry
Thanks Terry. I found also that all necessary data wires need to be
connected. When I found xgps, it was easy to track down the problem.
Now Navit shows the vehicle location properly. Except no maps because
they aren't loaded. That's the next thing to track down but shouldn't be
so hard I guess.
That was the exact setting I needed. Would've taken me some time
to find that.