Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Tonsen committed Sep 3, 2024
1 parent 3c95c09 commit 273fae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpha-lab/imu-transformations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def transform_scene_to_world(coords_in_scene, imu_quaternions, translation_in_im

### Example: Eyestate in World Coordinates

Check warning on line 130 in alpha-lab/imu-transformations/index.md

View workflow job for this annotation

GitHub Actions / ✍️ Check spelling

Unknown word (Eyestate)

The `transform_scene_to_world` function allows us easily convert [eye state data](](https://docs.pupil-labs.com/neon/data-collection/data-streams/#_3d-eye-states)) given in scene camera coordinates to world coordinates.
The `transform_scene_to_world` function allows us easily convert [eye state data](https://docs.pupil-labs.com/neon/data-collection/data-streams/#_3d-eye-states) given in scene camera coordinates to world coordinates.

::: warning
Note, to do this right in practice you need to make sure you sample the quaternions and eye state data from the same timestamps. Since both data streams are generated independently and do not share the same set of timestamps, this is a challenge in itself.
Expand Down

0 comments on commit 273fae4

Please sign in to comment.