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
!31
Imu2d static initialization
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Imu2d static initialization
imu2d_static_initialization
into
devel
Overview
0
Commits
12
Pipelines
0
Changes
10
Merged
Idril-Tadzio Geer Cousté
requested to merge
imu2d_static_initialization
into
devel
3 years ago
Overview
0
Commits
12
Pipelines
0
Changes
10
Expand
Finished the gtests for the static initialization, they pass.
0
0
Merge request reports
Compare
devel
devel (base)
and
latest version
latest version
c637e962
12 commits,
3 years ago
10 files
+
1493
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
include/imu/factor/factor_imu.h
+
1
−
0
Options
@@ -4,6 +4,7 @@
//Wolf includes
#include
"imu/feature/feature_imu.h"
#include
"imu/sensor/sensor_imu.h"
#include
"imu/processor/processor_imu.h"
#include
"core/factor/factor_autodiff.h"
#include
"core/math/rotations.h"
Loading