MadgwickAHRS is a port of the C implementation of MadgwickAHRS to an iOS Framework written in Objective-C.
MadgwickAHRS should be used via Carthage dependency manager. Follow the Carthage build instructions for building for iOS. Essentially:
github "softwarenerd/MadgwickAHRS"
Add a run script that uses the carthage copy-frameworks
command to copy the MadgwickAHRS.framework
See CoreMotionMadgwickTestDriver for a sample of how to use MadgwickAHRS.
The RawIMU project contains a sample app that uses MadgwickAHRS.
~/Code git clone [email protected]:softwarenerd/RawIMU.git
~/Code/RawIMU carthage bootstrap
- Additional unit tests would be nice.
MadgwickAHRS is released under the GNU General Public License.