altosui: Make Windows java test "smarter"
[fw/altos] / doc / release-notes-0.8.xsl
1 <?xml version="1.0" encoding="utf-8" ?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "/usr/share/xml/docbook/schema/dtd/4.5/docbookx.dtd">
4
5 <article>
6   <para>
7     Version 0.8 offers a major upgrade in the AltosUI
8     interface. Significant new features include:
9   </para>
10   <itemizedlist>
11     <listitem>
12 <para>
13       Post-flight graphing tool. This lets you explore the behaviour
14       of your rocket after flight with a scroll-able and zoom-able
15       chart showing the altitude, speed and acceleration of the
16       airframe along with events recorded by the flight computer. You
17       can export graphs to PNG files, or print them directly.
18     </para>
19 </listitem>
20     <listitem>
21 <para>
22       Real-time moving map which overlays the in-progress flight on
23       satellite imagery fetched from Google Maps. This lets you see in
24       pictures where your rocket has landed, allowing you to plan
25       recovery activities more accurately.
26     </para>
27 </listitem>
28     <listitem>
29 <para>
30       Wireless recovery system testing. Prep your rocket for flight
31       and test fire the deployment charges to make sure things work as
32       expected. All without threading wires through holes in your
33       airframe.
34     </para>
35 </listitem>
36     <listitem>
37 <para>
38       Optimized flight status displays. Each flight state now has it's
39       own custom 'tab' in the flight monitoring window so you can
40       focus on the most important details. Pre-flight, the system
41       shows a set of red/green status indicators for battery voltage,
42       apogee/main igniter continutity and GPS reception. Wait until
43       they're all green and your rocket is ready for flight. There are
44       also tabs for ascent, descent and landing along with the
45       original tabular view of the data.
46     </para>
47 </listitem>
48     <listitem>
49 <para>
50       Monitor multiple flights simultaneously. If you have more than
51       one TeleDongle, you can monitor a flight with each one on the
52       same computer.
53     </para>
54 </listitem>
55     <listitem>
56 <para>
57       Automatic flight monitoring at startup. Plug TeleDongle into the
58       machine before starting AltosUI and it will automatically
59       connect to it and prepare to monitor a flight.
60     </para>
61 </listitem>
62     <listitem>
63 <para>
64       Exports Google Earth flight tracks. Using the Keyhole Markup
65       Language (.kml) file format, this provides a 3D view of your
66       rocket flight through the Google Earth program.
67     </para>
68 </listitem>
69   </itemizedlist>
70 </article>