diff options
author | Martin Miller | 2017-03-18 20:39:38 -0500 |
---|---|---|
committer | Martin Miller | 2017-03-18 20:39:38 -0500 |
commit | 10e0571454de1ceb5e959d3eda3c9b6102e2543b (patch) | |
tree | 4965d03f8639f73a9f44336be80f268a7cefe8b5 /changes.txt | |
parent | 816411abf8e9ff633a29449cc0ac445c11f73a1c (diff) | |
download | refslam-10e0571454de1ceb5e959d3eda3c9b6102e2543b.zip refslam-10e0571454de1ceb5e959d3eda3c9b6102e2543b.tar.gz |
Add changes file
Diffstat (limited to 'changes.txt')
-rw-r--r-- | changes.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/changes.txt b/changes.txt new file mode 100644 index 0000000..96e0a89 --- /dev/null +++ b/changes.txt @@ -0,0 +1,10 @@ +Modify body Jacobian F. Junho has an identity in the db/db term, which is not +consistent with the handling of X and V. + +Update covariance based on known estimate (GPS aided) + +Dynamically adjusted state size. We can add and delete features as needed. +Junho's code requires a fixed state size. + +Treat measurements as independent. Compute S_i individually for each measurement +and compose S as block diagonal for speed improvement. |