We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 328fead + 8161c2b commit ed7d58cCopy full SHA for ed7d58c
AITracker/src/PositionSolver.cpp
@@ -326,9 +326,6 @@ void PositionSolver::correct_rotation(FaceData& face_data)
326
// Note: We could saturate pitch here, but its better to let the user do it via Opentrack.
327
// The coefficient could be problematic for some users.
328
//face_data.rotation[0] = face_data.rotation[0] * 1.5;
329
-
330
- // We dont want the Z axis oversaturated since opentrack has +/-600 centimeter range
331
- face_data.translation[2] /= 10;
332
}
333
334
Client/src/version.h
@@ -1,3 +1,3 @@
1
#pragma once
2
3
-#define AITRACK_VERSION "v0.7.0-alpha"
+#define AITRACK_VERSION "v0.7.1-alpha"
0 commit comments