From ce0aa4741f273fbdd936d6d5a8badd61ae112c60 Mon Sep 17 00:00:00 2001 From: Mike Turvey Date: Sun, 21 May 2017 16:42:11 -0700 Subject: Use the IMU to determine +Z This feature removes the requirement that you calibrate with the tracked object in any particular orientation. The IMU on the tracked object will be used to determine what direction is "up" --- src/survive_data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/survive_data.c') diff --git a/src/survive_data.c b/src/survive_data.c index 157650d..1b80269 100644 --- a/src/survive_data.c +++ b/src/survive_data.c @@ -6,7 +6,7 @@ #include #include /* for sqrt */ -//#define USE_TURVEYBIGUATOR +#define USE_TURVEYBIGUATOR #ifdef USE_TURVEYBIGUATOR -- cgit v1.2.3