summaryrefslogtreecommitdiff
path: root/changes.txt
diff options
context:
space:
mode:
authorMartin Miller2017-03-18 20:39:38 -0500
committerMartin Miller2017-03-18 20:39:38 -0500
commit10e0571454de1ceb5e959d3eda3c9b6102e2543b (patch)
tree4965d03f8639f73a9f44336be80f268a7cefe8b5 /changes.txt
parent816411abf8e9ff633a29449cc0ac445c11f73a1c (diff)
downloadrefslam-10e0571454de1ceb5e959d3eda3c9b6102e2543b.zip
refslam-10e0571454de1ceb5e959d3eda3c9b6102e2543b.tar.gz
Add changes file
Diffstat (limited to 'changes.txt')
-rw-r--r--changes.txt10
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.