forked from robovero/python
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
24 lines (20 loc) · 883 Bytes
/
README
File metadata and controls
24 lines (20 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
This is Python Client Library for RoboVero.
Contents
========
./arduino.py Arduino compatibility layer
./extras.py Python wrappers for non-driver c functions
./internals.py Implements core client library functionality
./launcher.py A short script for launching RoboVero examples
./examples/ Client library usage examples
./drivers/ Python wrappers for driver functions
Getting Started
===============
Connect the RoboVero USB and apply power. Run one of the examples through launcher.py. For example,
$ python launcher.py run IMU
Or you could run examples directly on an Overo COM with wifi through ssh, with USB Console disconnected. For example,
Setup COM's Wifi, make sure it automatically start after system booting
Fetch code in COM
SSH to COM(change the ip address to your COM's ip)
$ ssh root@192.168.0.1
Run example as above
$ python launcher.py run IMU