Skip to content

Commit

Permalink
Merge pull request #182 from AIRLegend/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
AIRLegend committed Sep 15, 2022
2 parents 328fead + 8161c2b commit ed7d58c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions AITracker/src/PositionSolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,6 @@ void PositionSolver::correct_rotation(FaceData& face_data)
// Note: We could saturate pitch here, but its better to let the user do it via Opentrack.
// The coefficient could be problematic for some users.
//face_data.rotation[0] = face_data.rotation[0] * 1.5;

// We dont want the Z axis oversaturated since opentrack has +/-600 centimeter range
face_data.translation[2] /= 10;
}


Expand Down
2 changes: 1 addition & 1 deletion Client/src/version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#pragma once

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

0 comments on commit ed7d58c

Please sign in to comment.