Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
imu
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_lib
plugins
imu
Commits
8aaf4d1f
Commit
8aaf4d1f
authored
1 year ago
by
Jongwon Lee
Browse files
Options
Downloads
Patches
Plain Diff
fix typo in gyro_drift_std
parent
f396f0cd
No related branches found
Branches containing commit
No related tags found
2 merge requests
!55
Resolve "typo in gyro_drift_std"
,
!49
Draft: Resolve "Adapt to new sensor constructors in core"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/processor/processor_imu.cpp
+1
-1
1 addition, 1 deletion
src/processor/processor_imu.cpp
with
1 addition
and
1 deletion
src/processor/processor_imu.cpp
+
1
−
1
View file @
8aaf4d1f
...
...
@@ -112,7 +112,7 @@ void ProcessorImu::configure(SensorBasePtr _sensor)
sensor_imu_
=
std
::
static_pointer_cast
<
SensorImu
>
(
_sensor
);
auto
acc_drift_std
=
sensor_imu_
->
getAbRateStdev
();
auto
gyro_drift_std
=
sensor_imu_
->
get
A
bRateStdev
();
auto
gyro_drift_std
=
sensor_imu_
->
get
W
bRateStdev
();
ArrayXd
imu_drift_sigmas
(
6
);
imu_drift_sigmas
<<
acc_drift_std
,
acc_drift_std
,
acc_drift_std
,
gyro_drift_std
,
gyro_drift_std
,
gyro_drift_std
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment