aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-05-02 11:09:52 +0200
committerJakob Odersky <jodersky@gmail.com>2015-05-02 11:09:52 +0200
commit1210bee09e67d0635767f17b64f1ad21571ec55b (patch)
tree3736bed07564ceec245aa43424f4284b7afee7ef
parent0f3de3175cce25c7730c362b26fbbb2729404e5b (diff)
downloadcondor-1-1210bee09e67d0635767f17b64f1ad21571ec55b.tar.gz
condor-1-1210bee09e67d0635767f17b64f1ad21571ec55b.tar.bz2
condor-1-1210bee09e67d0635767f17b64f1ad21571ec55b.zip
add progress information
-rw-r--r--README.md21
1 files changed, 15 insertions, 6 deletions
diff --git a/README.md b/README.md
index c6e2197..a6aa548 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@
Project Condor regroups several smaller projects with the aim of creating a fully open source quadcopter.
The goals are:
+
- A large (1m diameter frame), powerful quadcopter.
- Modular, rack-like design that enables easy addition and removal of modules (e.g. camera, on board computer, extra batteries)
- Self-assemblable flight controller using readily available components
@@ -11,12 +12,20 @@ The goals are:
This repository contains files related to the quadcopter model. Checkout the [functional diagram](functional.svg), and a [computer rendition](prototype/preview.png) of the prototype.
## Projects created/ported for Condor
- - Controller board [trifle](https://github.com/jodersky/trifle)
- - Pilot firmware [PX4](https://github.com/jodersky/px4-firmware) (porting fork)
- - Real-time OS [NuttX](https://github.com/jodersky/nuttx) (porting fork)
- - Virtual cockpit [VFD](https://github.com/jodersky/vfd)
- - MAVLink-to-Scala code generation [SBT-MAVLink](https://github.com/jodersky/sbt-mavlink)
- - Joystick remote control substitute [maverick](https://github.com/jodersky/maverick)
+
+------ | --------
+Controller board [trifle](https://github.com/jodersky/trifle) | ![alpha](https://img.shields.io/badge/progress-alpha-brightgreen.svg)
+Pilot firmware [PX4](https://github.com/jodersky/px4-firmware) (porting forkk | ![wip](https://img.shields.io/badge/progress-wip-orange.svg) |
+Real-time OS [NuttX](https://github.com/jodersky/nuttx) (porting fork) | ![wip](https://img.shields.io/badge/progress-wip-orange.svg)
+Virtual cockpit [VFD](https://github.com/jodersky/vfd) | ![milestone](https://img.shields.io/badge/progress-milestone-green.svg)
+MAVLink-to-Scala code generation [SBT-MAVLink](https://github.com/jodersky/sbt-mavlink) | ![alpha](https://img.shields.io/badge/progress-alpha-brightgreen.svg)
+Joystick remote control substitute [maverick](https://github.com/jodersky/maverick) | ![alpha](https://img.shields.io/badge/progress-alpha-brightgreen.svg)
+
+Progress badges indicate the current state of usability of the project
+
+- ![alpha](https://img.shields.io/badge/progress-alpha-brightgreen.svg): most features available
+- ![milestone](https://img.shields.io/badge/progress-milestone-green.svg): some functionality available
+- ![wip](https://img.shields.io/badge/progress-wipl-orange.svg): not functional
## Other pojects of interest
- Communication protocol [MAVLink](https://github.com/mavlink/mavlink)