Inertial navigation peripheral/Demo App: Difference between revisions

From OLPC
Jump to navigation Jump to search
(New page: === About === The application for the Locograph has not been tested with the XO, but we do not anticipate many problems getting it to run. It remains a fairly simple program as it is simpl...)
 
 
Line 6: Line 6:
To try it out, you'll also need the device driver (locograph.py), a configuration file (setconfig.py), and the code. You'll also need to have installed PyGame and LibUSB.
To try it out, you'll also need the device driver (locograph.py), a configuration file (setconfig.py), and the code. You'll also need to have installed PyGame and LibUSB.


[[http://code.google.com/p/olpc-ins/ | Code repository]]
[http://code.google.com/p/olpc-ins/ Code repository]

Latest revision as of 09:55, 1 January 2009

About

The application for the Locograph has not been tested with the XO, but we do not anticipate many problems getting it to run. It remains a fairly simple program as it is simply intended as a proof-of-concept for our device. As it currently stands, a dot indicates your location and moves as your computer does.

The demo app is written in Python (needs PyGame to run).

To try it out, you'll also need the device driver (locograph.py), a configuration file (setconfig.py), and the code. You'll also need to have installed PyGame and LibUSB.

Code repository