diff options
-rw-r--r-- | src/argaze/utils/tobii_stream_arcube_display.py | 1 |
1 files changed, 0 insertions, 1 deletions
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) |