summaryrefslogtreecommitdiff
path: root/src/state.h
AgeCommit message (Collapse)Author
2017-03-22Add feature handling to stateMartin Miller
2017-03-18Start Feature::h() methodMartin Miller
2017-03-18Major rewrite moves state variables into state.Martin Miller
Rather than maintain X and P in the main function they are moved into the body and state classes, respectively. This will become much more important when features are added and the accounting becomes more complicated.
2017-03-18Add fake z kalman updateMartin Miller
2017-03-18Add State classMartin Miller
The State class contains the body and feature classes. It is responsible for composing matrices, and performing Kalman updates.