|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+nppilot - the never-complete autopilot
|
|
|
2
|
+======================================
|
|
|
3
|
+
|
|
|
4
|
+A ground based autopilot for making my RC car do interesting things at
|
|
|
5
|
+speed.
|
|
|
6
|
+
|
|
|
7
|
+The current version consists of a ATMEGA based I/O board, BeagleBone
|
|
|
8
|
+Black command board, and a GPS mounted in a lunch box on a 1/10th
|
|
|
9
|
+scale buggy. The I/O board handles the remote control input and servo
|
|
|
10
|
+drive and runs the safety overrides. The command board runs the PID
|
|
|
11
|
+controllers and waypoint plotting and, as an experiment, is written
|
|
|
12
|
+written in Go.
|
|
|
13
|
+
|
|
|
14
|
+-- Michael Hope <michaelh@juju.net.nz>
|
|
|
15
|
+ https://juju.net.nz/src/
|