index
:
refslam.git
allfeats
Refslam. SLAM code from Masters thesis
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
state.h
Age
Commit message (
Expand
)
Author
2018-01-28
Add define for FEATUREMAP
Martin Miller
2017-07-03
cc version
Miller
2017-04-11
Remove features after 5 timesteps without measurements
Martin Miller
2017-04-09
Full state estimation and vision process are working.
Martin Miller
2017-04-09
warp source and reflection patches
Martin Miller
2017-04-08
Add code to perform a guided measurement.
Martin Miller
2017-04-07
Begin Vision class.
Martin Miller
2017-04-06
Implement quaternion covariance
Martin Miller
2017-04-04
Full state mostly implemented.
Martin Miller
2017-04-04
Update statesize and remove quaternion input.
Martin Miller
2017-04-03
changes
Martin Miller
2017-03-31
Add compile time flags.
Martin Miller
2017-03-31
Add 1-Point RANSAC.
Martin Miller
2017-03-29
tweak
Martin Miller
2017-03-29
1.2 m error on 1112-1-3
Martin Miller
2017-03-29
Add new update methods.
Martin Miller
2017-03-28
Changes
Martin Miller
2017-03-28
update
Martin Miller
2017-03-27
EKF is working
Martin Miller
2017-03-27
Change {State,Body}::enu() to pos()
Martin Miller
2017-03-26
Set height above water.
Martin Miller
2017-03-25
Add State methods for kalman update and innovation.
Martin Miller
2017-03-25
Add State::R() method, refactor H()
Martin Miller
2017-03-25
Methods added to State to get H
Martin Miller
2017-03-25
Turn off FASTMOTIONMODEL
Martin Miller
2017-03-25
Add code to State for removing features.
Martin Miller
2017-03-25
Update State::motionModel and addFeatures
Martin Miller
2017-03-24
Compute Pk|k-1 using full state.
Martin Miller
2017-03-24
Move feature depth calculation to Feature class.
Martin Miller
2017-03-22
Add feature handling to state
Martin Miller
2017-03-18
Start Feature::h() method
Martin Miller
2017-03-18
Major rewrite moves state variables into state.
Martin Miller
2017-03-18
Add fake z kalman update
Martin Miller
2017-03-18
Add State class
Martin Miller