Rev 43 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 43 | Rev 44 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | # RIDDIM |
1 | # RIDDIM |
2 | # -> Remote Interactive Digital Drone Interface Mashup |
2 | # -> Remote Interactive Digital Drone Interface Mashup |
3 | # |
3 | # |
4 | # Author: Marcus -ligi- Büschleb |
4 | # Author: Marcus -ligi- Büschleb |
- | 5 | # |
|
- | 6 | # Contact: ligi |
|
- | 7 | # -at- |
|
- | 8 | # smart4mobile.de |
|
- | 9 | # |
|
5 | # Project Start: 12/2007 |
10 | # Project Start: 12/2007 |
- | 11 | # |
|
6 | # Credits: |
12 | # Credits: |
7 | # Holger & Ingo for the Mikrokopter Project ( www.mikrokopter.de ). |
13 | # Holger & Ingo for the Mikrokopter Project ( www.mikrokopter.de ). |
8 | # eduard -- - at - -- hasenleithner.at for the linux x-52 lib |
14 | # eduard -- - at - -- hasenleithner.at for the linux x-52 lib |
- | 15 | # |
|
- | 16 | ||
Line 9... | Line 17... | ||
9 | 17 | ||
Line 10... | Line 18... | ||
10 | =Preface= |
18 | =Preface= |
Line -... | Line 19... | ||
- | 19 | ||
- | 20 | Project to Control and interact with a MikroKopter. The main Focus on startup is the usage of one X-52 Joystick in combination with one Router. The X-52 has the possibility to Display some something on the Joystick and has lots of Axis and Buttons - so i will prefer it for flying. |
|
- | 21 | ||
- | 22 | = Documentation = |
|
- | 23 | ||
- | 24 | http://www.youtube.com/watch?v=3a0FSJTDQlM |
|
- | 25 | http://forum.mikrokopter.de/topic-2554.html |
|
- | 26 | http://www.mikrokopter.de/ucwiki/en/Riddim |
|
- | 27 | ||
- | 28 | ||
- | 29 | = Licence = |
|
- | 30 | ||
- | 31 | http://creativecommons.org/licenses/by-nc-sa/2.0/de/ (Creative Commons / Non Commercial / Share Alike |
|
- | 32 | Addtitonally to this Licence it is not allowed to use this software in any violent manner. |
|
11 | 33 | This explicitly includes that lethal Weapon owning "People" (e.g. Army & Police) are not allowed to use this Project |
|
Line 12... | Line 34... | ||
12 | Project to Control and interact with a MikroKopter. The main Focus on startup is the usage of one X-52 Joystick in combination with one Router. The X-52 has the possibility to Display some something on the Joystick and has lots of Axis and Buttons - so i will prefer it for flying. |
34 | If you want to use this tool in any Commercial Context - please contact me first! |
13 | 35 | ||
14 | =Hardware Setup= |
36 | =Hardware Setup= |
Line 28... | Line 50... | ||
28 | =Compile= |
50 | =Compile= |
29 | $> make |
51 | $> make |
Line 30... | Line 52... | ||
30 | 52 | ||
31 | =Run= |
53 | =Run= |
- | 54 | $> ./riddim |
|
- | 55 | ||
- | 56 | = Changelog = |
|
- | 57 | ||
- | 58 | 0.1 - initial release with proove of concept Code |