mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-09-02 15:45:49 +00:00
feat: monado config v0 parser/builder
This commit is contained in:
parent
00a6a3ddbf
commit
4d2e5cd882
3 changed files with 110 additions and 0 deletions
20
test/files/monado_config_v0.json
Normal file
20
test/files/monado_config_v0.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"$schema": "https://monado.pages.freedesktop.org/monado/config_v0.schema.json",
|
||||
"tracker_roles": [
|
||||
{
|
||||
"device_serial": "LHR-CDF1B4B7",
|
||||
"role": "/user/vive_tracker_htcx/role/waist",
|
||||
"xrt_input_name": "XRT_INPUT_GENERIC_TRACKER_POSE"
|
||||
},
|
||||
{
|
||||
"device_serial": "LHR-9E402ED8",
|
||||
"role": "/user/vive_tracker_htcx/role/left_foot",
|
||||
"xrt_input_name": "XRT_INPUT_GENERIC_TRACKER_POSE"
|
||||
},
|
||||
{
|
||||
"device_serial": "LHR-DE2477F5",
|
||||
"role": "/user/vive_tracker_htcx/role/right_foot",
|
||||
"xrt_input_name": "XRT_INPUT_GENERIC_TRACKER_POSE"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue