summaryrefslogtreecommitdiff
path: root/src/feature.cpp
AgeCommit message (Collapse)Author
2017-03-19Add motion model.Martin Miller
The motion model is broken into two parts, the creation of the L matrix and the state update. This means that ydot can be computed from the state object for many features at once, saving computation time.
2017-03-19Implement feature measurement prediction.Martin Miller
Used a slightly simplified expression to compute pib0. Replaced the Householder Transform with quaternion based reflection (untested).
2017-03-18Start Feature::h() methodMartin Miller
2017-03-18Add Feature classMartin Miller