Skip to content

thesummer/minimu9-rpi-ahrs

 
 

Repository files navigation

minimu9-ahrs is a program for reading data from the Pololu MinIMU-9 (all versions) over I²C. It can output the raw sensor data from the magnetometor, accelerometer, and gyro or it can use that raw data to compute the orientation of the IMU. This program was designed and tested on the Raspberry Pi, but it will probably work on any embedded Linux board that supports I²C. A Debian package is available for easy installation and the minimu9-ahrs source code is on github.

For help getting started, please see:

https://github.com/DavidEGrayson/minimu9-ahrs/wiki

Building From Source

Just run:

sudo apt-get install libi2c-dev libboost-program-options-dev
make

About

Pololu MinIMU-9 + Raspberry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 63.1%
  • C++ 36.6%
  • Python 0.2%
  • Objective-C 0.1%
  • JavaScript 0.0%
  • Emacs Lisp 0.0%