Inertial navigation peripheral/Demo App

From OLPC
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