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
fc02c5f7
Commit
fc02c5f7
authored
2 years ago
by
Joan Solà Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Fix YAML files for gtests to pass
parent
dd4866d1
No related branches found
Branches containing commit
Tags
v32
Tags containing commit
2 merge requests
!54
devel->main
,
!50
Resolve "Bootstrap sequence"
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
demos/processor_imu.yaml
+1
-1
1 addition, 1 deletion
demos/processor_imu.yaml
demos/processor_imu_bootstrap.yaml
+16
-0
16 additions, 0 deletions
demos/processor_imu_bootstrap.yaml
test/yaml/imu_static_init.yaml
+1
-1
1 addition, 1 deletion
test/yaml/imu_static_init.yaml
with
18 additions
and
2 deletions
demos/processor_imu.yaml
+
1
−
1
View file @
fc02c5f7
...
@@ -11,6 +11,6 @@ keyframe_vote:
...
@@ -11,6 +11,6 @@ keyframe_vote:
angle_turned
:
0.2
# radians (1 rad approx 57 deg, approx 60 deg)
angle_turned
:
0.2
# radians (1 rad approx 57 deg, approx 60 deg)
bootstrap
:
bootstrap
:
enable
:
tru
e
enable
:
fals
e
method
:
"
G"
method
:
"
G"
averaging_length
:
0.10
# seconds
averaging_length
:
0.10
# seconds
\ No newline at end of file
This diff is collapsed.
Click to expand it.
demos/processor_imu_bootstrap.yaml
0 → 100644
+
16
−
0
View file @
fc02c5f7
type
:
"
ProcessorImu"
# This must match the KEY used in the SensorFactory. Otherwise it is an error.
time_tolerance
:
0.0025
# Time tolerance for joining KFs
unmeasured_perturbation_std
:
0.00001
keyframe_vote
:
voting_active
:
false
max_time_span
:
2.0
# seconds
max_buff_length
:
20000
# motion deltas
dist_traveled
:
2.0
# meters
angle_turned
:
0.2
# radians (1 rad approx 57 deg, approx 60 deg)
bootstrap
:
enable
:
true
method
:
"
G"
averaging_length
:
0.10
# seconds
\ No newline at end of file
This diff is collapsed.
Click to expand it.
test/yaml/imu_static_init.yaml
+
1
−
1
View file @
fc02c5f7
...
@@ -12,6 +12,6 @@ keyframe_vote:
...
@@ -12,6 +12,6 @@ keyframe_vote:
angle_turned
:
10000000000
# radians (1 rad approx 57 deg, approx 60 deg)
angle_turned
:
10000000000
# radians (1 rad approx 57 deg, approx 60 deg)
bootstrap
:
bootstrap
:
enable
:
tru
e
enable
:
fals
e
method
:
"
G"
method
:
"
G"
averaging_length
:
10
averaging_length
:
10
\ No newline at end of file
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