-
Notifications
You must be signed in to change notification settings - Fork 24
Home
cbecker edited this page Sep 13, 2010
·
25 revisions
openAHRS is a free open-source Software/Hardware IMU / AHRS (Attitude Heading Reference System).
Code is released under the GPL v2 license.
openAHRS is in beta stage. Currently only software is available through github.
A 7-state Kalman Filter is implemented, tracking attitude (roll,pitch,yaw) and gyro bias.
There are some demo applications under the test directory which can be run on any platform. The test-kal7 program simulates noisy input data and writes processed information to an octave file.
openAHRS uses the eigen2 matrix library.
Platform-specific AHRS’s are placed inside the IMUs/ folder. Currently there is an AVR32 port only.