Skip to content

UniTN-Mechatronics/mruby-kalman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mruby-kalman

Kalman filtering for mruby.

##Usage

kf = Kalman.new(theta, thetad) # both arguments are optional)
p kf.P #Shows the P matrix
kf[0,0] = 10.0 # Sets first element of P
               # kf.theta, kf.thetad, kf.Q_tehta, kf.Q_thetad, kf.R also settable
kf.update(dt, theta, thetad) # => filtered theta

About

Kalman filtering for mruby

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published