Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wolf_demo_visual_odometry
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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_ros
demos
wolf_demo_visual_odometry
Commits
6a653031
Commit
6a653031
authored
3 years ago
by
Mederic Fourmy
Browse files
Options
Downloads
Patches
Plain Diff
add IMU bootstrap params
parent
b71fa85e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
yaml/processor_imu.yaml
+7
-0
7 additions, 0 deletions
yaml/processor_imu.yaml
with
7 additions
and
0 deletions
yaml/processor_imu.yaml
+
7
−
0
View file @
6a653031
time_tolerance
:
0.0025
# Time tolerance for joining KFs (half of 5ms or 200Hz)
time_tolerance
:
0.0025
# Time tolerance for joining KFs (half of 5ms or 200Hz)
unmeasured_perturbation_std
:
0.000001
unmeasured_perturbation_std
:
0.000001
apply_loss_function
:
false
apply_loss_function
:
false
keyframe_vote
:
keyframe_vote
:
voting_active
:
false
voting_active
:
false
max_time_span
:
1.0
# seconds
max_time_span
:
1.0
# seconds
max_buff_length
:
500
# motion deltas
max_buff_length
:
500
# motion deltas
dist_traveled
:
2.0
# meters
dist_traveled
:
2.0
# meters
angle_turned
:
0.1
# radians (1 rad approx 57 deg, approx 60 deg)
angle_turned
:
0.1
# radians (1 rad approx 57 deg, approx 60 deg)
bootstrap
:
enable
:
false
method
:
"
G"
# methods: "G", "STATIC" or "V0_G"
averaging_length
:
0.10
# seconds
keyframe_provider_processor_name
:
"
processor_other_name"
# Not yet implemented
\ 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