Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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_lib
wolf
Merge requests
!164
Kfpackmanager
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Kfpackmanager
kfpackmanager
into
master
Overview
0
Commits
2
Pipelines
2
Changes
1
Merged
Joan Solà Ortega
requested to merge
kfpackmanager
into
master
7 years ago
Overview
0
Commits
2
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Viewing commit
a830f8a9
Prev
Next
Show latest version
1 file
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
a830f8a9
cosmetics
· a830f8a9
Joan Solà Ortega
authored
7 years ago
src/test/gtest_IMU.cpp
+
4
−
4
Options
@@ -1523,11 +1523,11 @@ TEST_F(Process_Constraint_IMU_ODO, RecoverTrajectory_MotionRandom_PqV_b__pqV_b)
// printAll(report);
WOLF_INFO
(
"------------------------------------"
);
WOLF_INFO
(
"Exact x0
\n
"
,
x0
.
transpose
());
WOLF_INFO
(
"Optim x0
\n
"
,
x0_optim
.
transpose
());
WOLF_INFO
(
"Exact x0
\n
"
,
x0
.
transpose
());
WOLF_INFO
(
"Optim x0
\n
"
,
x0_optim
.
transpose
());
WOLF_INFO
(
"Optim x
\n
"
,
Trj_x_optim
.
transpose
());
WOLF_INFO
(
"Optim x1
\n
"
,
x1_optim
.
transpose
());
WOLF_INFO
(
"Exact x1
\n
"
,
x1_exact
.
transpose
());
WOLF_INFO
(
"Optim x1
\n
"
,
x1_optim
.
transpose
());
WOLF_INFO
(
"Exact x1
\n
"
,
x1_exact
.
transpose
());
WOLF_INFO
(
"------------------------------------"
);
}
Loading