Files
paparazzi/conf/settings
Felix Ruess 2dd069e80a Merge pull request #856 from paparazzi/ahrs_refactor
AHRS API/Interface refactor

- each AHRS implementation has it's own function names, to basically make it possible to run multiple at the same time
- input data passed as pointer arguments
- wrappers that subscribe to ABI messages (gyro, accel, mag) which call the actual implementation
  - makes it easier to run the actual algorithm e.g. for testing without ABI
- body_to_imu quaternion is also set via ABI
- IMU measurements are published via ABI from the gyro/accel/mag callbacks from main for now
- each ahrs implementation has an `is_aligned` bool for now...
- MLKF: function to only update heading from mag (default now, define AHRS_MAG_UPDATE_ALL_AXES to update all axes as previously)
    
Merging now as it is already useful.
Still TODO:
- publish GPS via ABI as well (and get rid of global ahrs_update_gps)
- update all IMU implementations to publish ABI messages directly
- pimp or get rid of ahrs_register_impl (to actually handle multiple AHRS at the same time)
2015-03-01 22:07:23 +01:00
..
2014-12-04 21:59:19 +01:00
2012-05-03 22:01:55 +02:00
2013-10-11 15:25:14 +02:00
2012-05-03 22:01:55 +02:00
2014-08-25 15:47:11 +02:00