Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added configuration to show labels on the headset #91

Merged
merged 1 commit into from
Feb 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions app/robots/iCubGenova09/openXRHeadsetParameters.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,45 @@ stick_as_axis true

### Gui params
gui_elements 1
labels 2

[GUI_0]
width 0.15
height 0.15
x 0.15
y -0.2
z -0.5

[LABEL_0]
width 0.5
height 0.05
x 0.0
y 0.2
z -0.5
prefix "Message: "
suffix ""
pixel_size 128
color (0.0, 0.0, 1.0, 1.0)
background_color (1.0, 1.0, 1.0, 0.01)
font "Roboto/Roboto-Black.ttf"
horizontal_alignement center
vertical_alignement top
automatically_enabled false
disable_timeout_in_S 5.0

[LABEL_1]
width 0.15
height 0.05
x 0.15
y 0.10
z -0.5
prefix "Weight: "
suffix " Kg"
pixel_size 256
color (0.0, 0.0, 1.0, 1.0)
background_color (1.0, 1.0, 1.0, 0.01)
font "Roboto/Roboto-Black.ttf"
horizontal_alignement left
vertical_alignement center
automatically_enabled false
disable_timeout_in_S 5.0