Skip to content
/ fusion Public

Sensor fusion algorithms (gyroscope/accelerometer) implemented in pure Go.

License

Notifications You must be signed in to change notification settings

aykevl/fusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMU sensor fusion algorithms for Go

GoDoc CircleCI

This package implements sensor fusion algorithms for Go. At the moment, the following algorithms have been implemented:

  • Madgwick: an advanced filter close to Kalman in performance but much easier to use and much lower on resources. It can also run at a low frequency: 10Hz updates are still usable.
    At the moment, only the IMU version has been implemented (gyroscope + accelerometer), the AHRS version (with added magnetometer) is not yet implemented.

License

This package as a whole is licensed under the BSD 2-clause license, see the LICENSE file for details. Some code is placed in the public domain, where indicated in the file itself.

About

Sensor fusion algorithms (gyroscope/accelerometer) implemented in pure Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages