From 5ea35b1f02e2c83d5fdede88959c14feab47bb30 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Wed, 2 Nov 2022 09:39:15 +0100 Subject: Removing empty line. --- src/argaze/utils/tobii_stream_arcube_display.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/argaze/utils/tobii_stream_arcube_display.py b/src/argaze/utils/tobii_stream_arcube_display.py index d1dc734..292c2b4 100644 --- a/src/argaze/utils/tobii_stream_arcube_display.py +++ b/src/argaze/utils/tobii_stream_arcube_display.py @@ -111,7 +111,6 @@ def main(): gyroscope_offset_smooth = 0.5 head_rotation = numpy.zeros(3) - # Init accelerotmeter processing to track head translation changes when arcuco cube pose can't be estimated # So, the resulting head translation is relative to last pose estimation (it's not an absolute position) last_accelerometer = numpy.zeros(3) -- cgit v1.1