Skip to content

Commit

Permalink
Added transformations to use an ultimate tracker as world
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Dafarra committed Sep 16, 2024
1 parent 3c28492 commit b0d4ffa
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion app/robots/ergoCubSN002/openXRHeadsetParameters.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ vr_poses_prediction_in_ms 0
eye_z_position -0.8

### Custom frames
custom_poses 3
custom_poses 6

### Gui params
gui_elements 1
Expand Down Expand Up @@ -49,6 +49,28 @@ euler_angles zyx
relative_position (0.0, 0.0, 0.0)
relative_rotation (0.0, -0.2, 0.0)

[CUSTOM_POSE_3]
# Align the Ultimate Tracker be oriented as a classical tracker, but with the led up and not down
name rotated_waist_ut
parent_frame vive_tracker_waist_pose
euler_angles zyx
relative_position (0.0, 0.0, 0.0)
relative_rotation (0.0, 3.1415, -1.5708)

[CUSTOM_POSE_4]
name stable_waist_ut
parent_frame rotated_waist_ut
euler_angles xzy
relative_position (0.0, 0.0, 0.0)
relative_rotation (*, *, 0.0)

[CUSTOM_POSE_5]
name world_ut
parent_frame stable_waist_ut
euler_angles zyx
relative_position (0.0, -0.1, 0.1)
relative_rotation (0.0, -1.5708, -1.5708)

[GUI_0]
width 1.50
height 1.50
Expand Down

0 comments on commit b0d4ffa

Please sign in to comment.