Skip to content

Commit

Permalink
Added static poses for left and right glove
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Dafarra authored and AMI committed Oct 16, 2024
1 parent 27e074c commit a93077e
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 9 deletions.
22 changes: 19 additions & 3 deletions app/robots/ergoCubSN000/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 7
custom_poses 9

### Gui params
gui_elements 1
Expand Down Expand Up @@ -78,21 +78,37 @@ relative_position (0.0, 0.0, -1.0)
relative_rotation (3.1415, 0.0, 0.0)

[CUSTOM_POSE_7]
name left_glove
parent_frame vive_tracker_left_elbow_pose
euler_angles zyx
relative_position (0.0, 0.0, 0.0)
relative_rotation (0.0, 0.0, 0.0)
static_pose

[CUSTOM_POSE_8]
name right_glove
parent_frame vive_tracker_right_elbow_pose
euler_angles zyx
relative_position (0.0, 0.0, 0.0)
relative_rotation (0.0, 0.0, 0.0)
static_pose

[CUSTOM_POSE_9]
# 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_8]
[CUSTOM_POSE_10]
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_9]
[CUSTOM_POSE_11]
name world_ut
parent_frame stable_waist_ut
euler_angles zyx
Expand Down
22 changes: 19 additions & 3 deletions app/robots/ergoCubSN001/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 7
custom_poses 9

### Gui params
gui_elements 1
Expand Down Expand Up @@ -78,21 +78,37 @@ relative_position (0.0, 0.0, -1.0)
relative_rotation (3.1415, 0.0, 0.0)

[CUSTOM_POSE_7]
name left_glove
parent_frame vive_tracker_left_elbow_pose
euler_angles zyx
relative_position (0.0, 0.0, 0.0)
relative_rotation (0.0, 0.0, 0.0)
static_pose

[CUSTOM_POSE_8]
name right_glove
parent_frame vive_tracker_right_elbow_pose
euler_angles zyx
relative_position (0.0, 0.0, 0.0)
relative_rotation (0.0, 0.0, 0.0)
static_pose

[CUSTOM_POSE_9]
# 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_8]
[CUSTOM_POSE_10]
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_9]
[CUSTOM_POSE_11]
name world_ut
parent_frame stable_waist_ut
euler_angles zyx
Expand Down
22 changes: 19 additions & 3 deletions 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 7
custom_poses 9

### Gui params
gui_elements 1
Expand Down Expand Up @@ -78,21 +78,37 @@ relative_position (0.0, 0.0, -1.0)
relative_rotation (3.1415, 0.0, 0.0)

[CUSTOM_POSE_7]
name left_glove
parent_frame vive_tracker_left_elbow_pose
euler_angles zyx
relative_position (0.0, 0.0, 0.0)
relative_rotation (0.0, 0.0, 0.0)
static_pose

[CUSTOM_POSE_8]
name right_glove
parent_frame vive_tracker_right_elbow_pose
euler_angles zyx
relative_position (0.0, 0.0, 0.0)
relative_rotation (0.0, 0.0, 0.0)
static_pose

[CUSTOM_POSE_9]
# 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_8]
[CUSTOM_POSE_10]
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_9]
[CUSTOM_POSE_11]
name world_ut
parent_frame stable_waist_ut
euler_angles zyx
Expand Down

0 comments on commit a93077e

Please sign in to comment.