Difference between revisions of "DevGuide/BoozDesign"
From PaparazziUAV
m |
|||
Line 1: | Line 1: | ||
+ | Here we want to collect our thoughts on the re-design of the booz airborne code. | ||
+ | |||
== Current Status == | == Current Status == | ||
<graphviz border='frame' format='svg'> | <graphviz border='frame' format='svg'> | ||
digraph G { | digraph G { | ||
+ | actuators [ | ||
+ | shape=box | ||
+ | ] | ||
"supervision" [ | "supervision" [ | ||
URL="[[Booz#Supervision]]" | URL="[[Booz#Supervision]]" | ||
Line 49: | Line 54: | ||
} | } | ||
</graphviz> | </graphviz> | ||
+ | |||
+ | |||
+ | == ReDesign == | ||
+ | === Use Cases === | ||
+ | |||
+ | * Interface on Navigation, Guidance and Stabilization level | ||
+ | * Overlay of different inputs | ||
+ | ** RC over Guidance and Nav | ||
+ | ** FMS over RC (e.g. test signal) | ||
+ | * Air-to-Air communication | ||
+ | |||
+ | === Requirements === |
Revision as of 16:20, 18 September 2009
Here we want to collect our thoughts on the re-design of the booz airborne code.
Current Status
The ImageMap extension is not installed.
The ImageMap extension is not installed.
ReDesign
Use Cases
- Interface on Navigation, Guidance and Stabilization level
- Overlay of different inputs
- RC over Guidance and Nav
- FMS over RC (e.g. test signal)
- Air-to-Air communication