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
!242
Feature/proc motion
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/proc motion
feature/proc_motion
into
devel
Overview
0
Commits
14
Pipelines
3
Changes
1
Merged
Joan Solà Ortega
requested to merge
feature/proc_motion
into
devel
6 years ago
Overview
0
Commits
14
Pipelines
3
Changes
1
Expand
0
0
Merge request reports
Viewing commit
714c6e32
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
714c6e32
Small format
· 714c6e32
Joan Solà Ortega
authored
6 years ago
src/test/gtest_odom_2D.cpp
+
1
−
1
Options
@@ -124,7 +124,7 @@ TEST(Odom2D, ConstraintFix_and_ConstraintOdom2D)
Matrix3s
delta_cov
;
delta_cov
<<
.02
,
0
,
0
,
0
,
.025
,
.02
,
0
,
.02
,
.02
;
ProblemPtr
Pr
=
Problem
::
create
(
"PO 2D"
);
CeresManager
ceres_manager
(
Pr
);
CeresManager
ceres_manager
(
Pr
);
// KF0 and absolute prior
FrameBasePtr
F0
=
Pr
->
setPrior
(
x0
,
P0
,
t0
,
dt
/
2
);
Loading