Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Monado
Monado
Commits
8783adca
Commit
8783adca
authored
Oct 08, 2019
by
Ryan Pavlik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reduce IMU variance for now
parent
5b1d5361
Pipeline
#69166
failed with stages
in 1 minute and 47 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/auxiliary/tracking/t_tracker_psmv.cpp
src/xrt/auxiliary/tracking/t_tracker_psmv.cpp
+1
-1
No files found.
src/xrt/auxiliary/tracking/t_tracker_psmv.cpp
View file @
8783adca
...
...
@@ -550,7 +550,7 @@ imu_data(TrackerPSMV &t,
//! @todo use better measurements instead of the above "simple fusion"
flexkalman
::
predict
(
t
.
filter_state
,
t
.
process_model
,
dt
);
auto
meas
=
flexkalman
::
AbsoluteOrientationMeasurement
{
t
.
imu
.
getQuat
(),
Eigen
::
Vector3d
::
Constant
(
0.
0
1
)};
t
.
imu
.
getQuat
(),
Eigen
::
Vector3d
::
Constant
(
0.1
)};
if
(
!
flexkalman
::
correctUnscented
(
t
.
filter_state
,
meas
))
{
fprintf
(
stderr
,
"Got non-finite something when filtering IMU!
\n
"
);
...
...
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