<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altoslib/Makefile.am, branch bdale-altosdroid</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=bdale-altosdroid</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=bdale-altosdroid'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2014-11-16T00:03:32+00:00</updated>
<entry>
<title>altoslib: Make AltosState serializable</title>
<updated>2014-11-16T00:03:32+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-11-16T00:03:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=60edcfe410e7fa848813d6c1ed8dc9808887d041'/>
<id>urn:sha1:60edcfe410e7fa848813d6c1ed8dc9808887d041</id>
<content type='text'>
This involved making every class it references serializable as well

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Compute tilt angle from eeprom data</title>
<updated>2014-10-04T07:11:13+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-10-04T07:11:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=00ae706dab6e8fddef4c5730a17c433a022228b7'/>
<id>urn:sha1:00ae706dab6e8fddef4c5730a17c433a022228b7</id>
<content type='text'>
This copies the computation of tilt angle from the firmware so that
post-flight analysis can also show the data.

This change also renames all of the imu values to make them easier to
understand:

	accel	gyro	axis

	along	roll	length of the board
	across	pitch	across the board
	through	yaw	through the board.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib/altosuilib: clean all versions of the .jar file</title>
<updated>2014-09-09T16:38:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-09-09T16:38:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a8c799c48a52bf13466536db627b66bfe2a435cd'/>
<id>urn:sha1:a8c799c48a52bf13466536db627b66bfe2a435cd</id>
<content type='text'>
When we switch libary versions, we want to remove the old ones; just
have 'make clean' remove all versions of the libaries.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Add units converters for latitude and longitude</title>
<updated>2014-06-14T21:34:43+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-14T21:33:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=451950bba9ee3b25b5d0c6e5f0b55f08a5b29f73'/>
<id>urn:sha1:451950bba9ee3b25b5d0c6e5f0b55f08a5b29f73</id>
<content type='text'>
Makes display of these values consistent across all instances

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Add conversion class for voltages</title>
<updated>2014-06-13T22:22:09+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-13T22:21:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3bfba8f9dbc1627a317804713f83b9d06566d008'/>
<id>urn:sha1:3bfba8f9dbc1627a317804713f83b9d06566d008</id>
<content type='text'>
Provide a common presentation for voltage values

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib:  Add TeleGPS log parsing code</title>
<updated>2014-06-07T19:34:15+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-07T18:46:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fcea12ac416b1eab11e9e8aae801358574308f73'/>
<id>urn:sha1:fcea12ac416b1eab11e9e8aae801358574308f73</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Display error message when parsing pyro channel values fails</title>
<updated>2014-06-03T05:07:39+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-03T05:07:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ace5f42b5567cff07a61b622171ac364ea8c165d'/>
<id>urn:sha1:ace5f42b5567cff07a61b622171ac364ea8c165d</id>
<content type='text'>
Build an exception handling chain to get numeric parse errors
propagated all the way back to the original 'save' command and up into
a dialog window, including the pyro channel, field and value that were
in error.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui/altosuilib/altoslib: Move more stuff out of autosui. Reduce site map memory</title>
<updated>2014-05-26T03:56:48+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-26T03:55:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0a6c76fc0525d6588a1d88127f0085f13a02f1af'/>
<id>urn:sha1:0a6c76fc0525d6588a1d88127f0085f13a02f1af</id>
<content type='text'>
Prepare to share with TeleGPS application.

This also has the changes to the site map tile which cache only a few
images and regenerate the flight path on the fly, saving piles of memory

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Move CSV/KML output code to altoslib</title>
<updated>2014-05-23T01:46:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-23T01:46:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b60a3689910731d9bdb8a431a3dcc9e99f961b35'/>
<id>urn:sha1:b60a3689910731d9bdb8a431a3dcc9e99f961b35</id>
<content type='text'>
It's sharable, so share it

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Add AltosOrient class and max_orient()</title>
<updated>2013-12-28T18:13:05+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-28T18:13:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=053d092b3dca4ebb98e97ec0fe24f5f5e1c31f88'/>
<id>urn:sha1:053d092b3dca4ebb98e97ec0fe24f5f5e1c31f88</id>
<content type='text'>
This adds the class necessary to put orient into a UI.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
