Skip to content

Commit

Permalink
make it easier for users to learn why it is "-90 - 12" for scene->to-…
Browse files Browse the repository at this point in the history
…>imu
  • Loading branch information
rennis250 committed Jul 26, 2024
1 parent 2fa58eb commit 3e9d5bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions alpha-lab/imu-transformations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ def gaze_scene_to_world(gaze_elevations, gaze_azimuths, imu_quaternions):

# The IMU and scene camera coordinate systems have a fixed
# 102 degree rotation offset.
# See:
# https://docs.pupil-labs.com/neon/data-collection/data-streams/#movement-imu-data
imu_scene_rotation_diff = np.deg2rad(-90 - 12)

# This matrix send points in the scene camera coordinate
Expand Down

0 comments on commit 3e9d5bb

Please sign in to comment.