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
Merge requests
!9
Remove sensor from processor creators
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove sensor from processor creators
remove-sensor-from-processor-creators
into
devel
Overview
0
Commits
7
Pipelines
0
Changes
13
Merged
Joan Solà Ortega
requested to merge
remove-sensor-from-processor-creators
into
devel
5 years ago
Overview
0
Commits
7
Pipelines
0
Changes
13
Expand
0
0
Merge request reports
Compare
devel
version 4
37949c90
5 years ago
version 3
e4a772db
5 years ago
version 2
59ba160d
5 years ago
version 1
e33460fb
5 years ago
devel (base)
and
latest version
latest version
2736bf44
7 commits,
5 years ago
version 4
37949c90
6 commits,
5 years ago
version 3
e4a772db
5 commits,
5 years ago
version 2
59ba160d
4 commits,
5 years ago
version 1
e33460fb
1 commit,
5 years ago
13 files
+
60
−
165
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
demos/processor_imu.yaml
+
11
−
10
Options
processor type
:
"
IMU"
# This must match the KEY used in the SensorFactory. Otherwise it is an error.
processor name
:
"
Main
imu"
# This is ignored. The name provided to the SensorFactory prevails
unmeasured perturbation std
:
0.00001
time tolerance
:
0.0025
# Time tolerance for joining KFs
keyframe vote
:
max time span
:
2.0
# seconds
max buffer length
:
20000
# motion deltas
dist traveled
:
2.0
# meters
angle turned
:
0.2
# radians (1 rad approx 57 deg, approx 60 deg)
type
:
"
IMU"
# 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
\ No newline at end of file
voting_aux_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)
Loading