Skip to content

Commit ed7d58c

Browse files
authored
Merge pull request #182 from AIRLegend/dev
Dev
2 parents 328fead + 8161c2b commit ed7d58c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

AITracker/src/PositionSolver.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,6 @@ void PositionSolver::correct_rotation(FaceData& face_data)
326326
// Note: We could saturate pitch here, but its better to let the user do it via Opentrack.
327327
// The coefficient could be problematic for some users.
328328
//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;
332329
}
333330

334331

Client/src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#pragma once
22

3-
#define AITRACK_VERSION "v0.7.0-alpha"
3+
#define AITRACK_VERSION "v0.7.1-alpha"

0 commit comments

Comments
 (0)