summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorMartin Miller2017-04-04 19:19:15 -0500
committerMartin Miller2017-04-04 19:19:15 -0500
commit6d90fd67237c64361ccad7277433e56ca91d3261 (patch)
tree239916d1b21b77a4d3d9b0726f28beb30c692cd4 /src/main.h
parent2c0ce68acd031b67fdffaea3b2e50cca4f487633 (diff)
downloadrefslam-6d90fd67237c64361ccad7277433e56ca91d3261.zip
refslam-6d90fd67237c64361ccad7277433e56ca91d3261.tar.gz
Angular bias must have had z off by a factor of -1
Adjusted this and set tentative canoe values.
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main.h b/src/main.h
index 0cbe4d0..521bce0 100644
--- a/src/main.h
+++ b/src/main.h
@@ -20,7 +20,8 @@
#define ANGBIASX -2.795871394666666222e-03 /* */
#define ANGBIASY 6.984255690000021506e-03
-#define ANGBIASZ -1.418145565750002614e-03
+//#define ANGBIASZ -1.418145565750002614e-03
+#define ANGBIASZ 1.418145565750002614e-03
//#define ACCBIASX 0.95*-0.03713532
//#define ACCBIASY 0.65*0.01465135
@@ -34,8 +35,8 @@
#define ACCBIASY 0.01465135
#define ACCBIASZ -1*-0.00709229
-#define CANOECENTER 0.88 /* center of gravity of canoe */
-#define CANOEHEIGHT -0.50
+#define CANOECENTER 0.95 /* center of gravity of canoe */
+#define CANOEHEIGHT -0.40
//#define CANOEHEIGHT -0.75
#define DOWNSAMPLE 1 /* */
#define HEIGHT_FROM_ATTITUDE /* use the attitude to measure the height */