Skip to content

Commit

Permalink
Remove Z axis scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
AIRLegend committed Sep 14, 2022
1 parent bf46efa commit 6334983
Showing 1 changed file with 0 additions and 3 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

0 comments on commit 6334983

Please sign in to comment.