From 31c2afb511094b3d8a8e3345f165c7e6fa9071e9 Mon Sep 17 00:00:00 2001 From: Martin Miller Date: Mon, 26 Jun 2017 18:13:28 -0500 Subject: 10 mean pct error --- src/main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.h') diff --git a/src/main.h b/src/main.h index 6af6b6a..7b8ebac 100644 --- a/src/main.h +++ b/src/main.h @@ -43,8 +43,8 @@ //#define ACCBIASZ -1*-0.00709229 //#define CANOECENTER 0.82 /* center of gravity of canoe */ -#define CANOECENTER 0.65 /* center of gravity of canoe */ -#define CANOEHEIGHT -0.50 +#define CANOECENTER 0.62 /* center of gravity of canoe */ +#define CANOEHEIGHT -0.46 //#define CANOEHEIGHT -0.75 #define DOWNSAMPLE 1 /* */ #define HEIGHT_FROM_ATTITUDE /* use the attitude to measure the height */ -- cgit v1.1