summaryrefslogtreecommitdiff
path: root/src/state.h
diff options
context:
space:
mode:
authorMartin Miller2017-03-29 22:19:39 -0500
committerMartin Miller2017-03-29 22:19:39 -0500
commit7dc9a5a7fefbb564ed9efeb77365a8aadc754833 (patch)
tree910e78a47f46adc5fd6676f7cca14557d054f751 /src/state.h
parente5e65d31eb86fc41ddc68e5bb09f3729f8c009ae (diff)
downloadrefslam-7dc9a5a7fefbb564ed9efeb77365a8aadc754833.zip
refslam-7dc9a5a7fefbb564ed9efeb77365a8aadc754833.tar.gz
tweak
Diffstat (limited to 'src/state.h')
-rw-r--r--src/state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.h b/src/state.h
index 92a83ab..d223d0f 100644
--- a/src/state.h
+++ b/src/state.h
@@ -10,7 +10,7 @@
#include "types.h"
#define MAXFEATURES 50
-#define COVBIAS 1e-7
+#define COVBIAS 2e-5
//#define FASTMOTIONMODEL // Uncomment this to perform motion model update on all features at once
#define FULLS // Comment out to treat each measurement independently.
//#define BLOCKSI