Skip to content

SAIC-ATS/Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b5574e2 · Jan 13, 2015

History

12 Commits
Jan 13, 2015
Jan 21, 2013
Jan 13, 2015

Repository files navigation

Algorithms

Yamartino

  • The Yamartino algorithm is used for calculating the standard deviation of compass values. More information here: http://en.wikipedia.org/wiki/Yamartino_method
  • The Processing example compares the results of the "standard" and Yamartino methods.
  • The Arduino example is a template and requires the user to modify the code to get the latest heading value from their compass module.
  • /Yamartino/Arduino/Yamartino contains an Arduino Library that can be used in other sketches. Includes an example.