<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altoslib/Makefile.am, branch debian/1.6.1-1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.6.1-1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.6.1-1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2015-05-28T06:12:34+00:00</updated>
<entry>
<title>altoslib: Add map loading helper class</title>
<updated>2015-05-28T06:12:34+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-05-28T06:12:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3b4e6da65158a434905dc652e46c69d2c38cea7f'/>
<id>urn:sha1:3b4e6da65158a434905dc652e46c69d2c38cea7f</id>
<content type='text'>
This adds the AltosMapLoader class, which iterates over a sequence of
zoom levels and formats to get local copies of a desired launch site.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Add AltosLaunchSite bits</title>
<updated>2015-05-27T22:30:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-05-27T22:30:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=519d477cb752d9cdba78a4daa32b1f547bf889b4'/>
<id>urn:sha1:519d477cb752d9cdba78a4daa32b1f547bf889b4</id>
<content type='text'>
This asynchronously fetches the list of available launch sites from
the standard location and notifies the caller when finished.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Get new abstract mapping code compiling</title>
<updated>2015-05-26T03:10:37+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-05-26T03:10:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=00aca369c4070901e0400f291d5f269b5fb8015c'/>
<id>urn:sha1:00aca369c4070901e0400f291d5f269b5fb8015c</id>
<content type='text'>
Not useful yet, but at least it compiles now?

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Create display-independent map support code</title>
<updated>2015-05-21T20:49:28+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-05-21T20:49:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=29edc37a8de56cb6eb028e3bf3f56aa70f109eba'/>
<id>urn:sha1:29edc37a8de56cb6eb028e3bf3f56aa70f109eba</id>
<content type='text'>
This takes the swing-specific map code and creates a generic version.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Support TeleGPS for Monitor Idle</title>
<updated>2015-02-07T04:45:28+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-02-07T04:45:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=449c6731b1977c7623dd006ec2db56f383f8d85a'/>
<id>urn:sha1:449c6731b1977c7623dd006ec2db56f383f8d85a</id>
<content type='text'>
TeleGPS has ADC and GPS values, so build the necessary ADC parser and
then hook up GPS parsing.

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