Inertial navigation peripheral/Demo App

From OLPC
< Inertial navigation peripheral
Revision as of 05:55, 1 January 2009 by 124.13.84.215 (talk) (About)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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