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
37949c90
Commit
37949c90
authored
5 years ago
by
Joan Solà Ortega
Browse files
Options
Downloads
Patches
Plain Diff
structure processor yaml files
parent
e4a772db
No related branches found
No related tags found
3 merge requests
!39
release after RAL
,
!38
After 2nd RAL submission
,
!9
Remove sensor from processor creators
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
demos/processor_odom_3D.yaml
+7
-6
7 additions, 6 deletions
demos/processor_odom_3D.yaml
with
7 additions
and
6 deletions
demos/processor_odom_3D.yaml
+
7
−
6
View file @
37949c90
...
@@ -2,11 +2,12 @@ type: "ODOM 3D" # This must match the KEY used in the SensorFactory
...
@@ -2,11 +2,12 @@ type: "ODOM 3D" # This must match the KEY used in the SensorFactory
time_tolerance
:
0.01
# seconds
time_tolerance
:
0.01
# seconds
voting_active
:
false
keyframe_vote
:
voting_aux_active
:
false
voting_active
:
false
max_time_span
:
0.2
# seconds
voting_aux_active
:
false
max_buff_length
:
10
# motion deltas
max_time_span
:
0.2
# seconds
dist_traveled
:
0.5
# meters
max_buff_length
:
10
# motion deltas
angle_turned
:
0.1
# radians (1 rad approx 57 deg, approx 60 deg)
dist_traveled
:
0.5
# meters
angle_turned
:
0.1
# radians (1 rad approx 57 deg, approx 60 deg)
unmeasured_perturbation_std
:
0.001
unmeasured_perturbation_std
:
0.001
\ 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