Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Monado
Monado
Commits
1f02c548
Commit
1f02c548
authored
Nov 07, 2019
by
Jakob Bornecrantz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d/vive: Fix copy typo
parent
2ffa77d9
Pipeline
#77103
passed with stages
in 4 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xrt/drivers/vive/vive_device.c
src/xrt/drivers/vive/vive_device.c
+1
-1
No files found.
src/xrt/drivers/vive/vive_device.c
View file @
1f02c548
...
...
@@ -990,7 +990,7 @@ vive_device_create(struct os_hid_device *mainboard_dev,
u_var_add_vec3_f32
(
d
,
&
d
->
imu
.
acc_scale
,
"acc_scale"
);
u_var_add_vec3_f32
(
d
,
&
d
->
imu
.
acc_bias
,
"acc_bias"
);
u_var_add_vec3_f32
(
d
,
&
d
->
imu
.
gyro_scale
,
"gyro_scale"
);
u_var_add_vec3_f32
(
d
,
&
d
->
imu
.
gyro_
scale
,
"gyro_bias"
);
u_var_add_vec3_f32
(
d
,
&
d
->
imu
.
gyro_
bias
,
"gyro_bias"
);
u_var_add_gui_header
(
d
,
&
d
->
gui
.
last
,
"Last data"
);
u_var_add_vec3_f32
(
d
,
&
d
->
last
.
acc
,
"acc"
);
u_var_add_vec3_f32
(
d
,
&
d
->
last
.
gyro
,
"gyro"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment