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
Commits
4a967518
Commit
4a967518
authored
5 years ago
by
Joan Solà Ortega
Browse files
Options
Downloads
Plain Diff
Merge branch 'devel' into 244-yaml-params-with-spaces-not-underscores
parents
7ca64b31
b5dd96d8
No related branches found
No related tags found
2 merge requests
!312
Adress 244: Do not use default yaml params
,
!305
WIP: Resolve "Do not use default YAML params"
Pipeline
#4122
failed
5 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/gtest_factor_diff_drive.cpp
+2
-4
2 additions, 4 deletions
test/gtest_factor_diff_drive.cpp
with
2 additions
and
4 deletions
test/gtest_factor_diff_drive.cpp
+
2
−
4
View file @
4a967518
...
@@ -479,10 +479,9 @@ TEST(FactorDiffDrive, preintegrate_and_solve_sensor_intrinsics_gt)
...
@@ -479,10 +479,9 @@ TEST(FactorDiffDrive, preintegrate_and_solve_sensor_intrinsics_gt)
auto
F2
=
problem
->
getLastKeyFrame
();
auto
F2
=
problem
->
getLastKeyFrame
();
// Fix boundaries
and unfix S ;
// Fix boundaries
F0
->
fix
();
F0
->
fix
();
F2
->
fix
();
F2
->
fix
();
sensor
->
unfixIntrinsics
();
// Perturb S
// Perturb S
Vector3s
calib_pert
=
calib_gt
+
Vector3s
::
Random
()
*
0.2
;
Vector3s
calib_pert
=
calib_gt
+
Vector3s
::
Random
()
*
0.2
;
...
@@ -615,10 +614,9 @@ TEST(FactorDiffDrive, preintegrate_and_solve_sensor_intrinsics)
...
@@ -615,10 +614,9 @@ TEST(FactorDiffDrive, preintegrate_and_solve_sensor_intrinsics)
F2
->
setState
(
x2
);
// Impose known final state regardless of integrated value.
F2
->
setState
(
x2
);
// Impose known final state regardless of integrated value.
// Fix boundaries
and unfix S ;
// Fix boundaries
F0
->
fix
();
F0
->
fix
();
F2
->
fix
();
F2
->
fix
();
sensor
->
unfixIntrinsics
();
WOLF_TRACE
(
"
\n
========== SOLVE ========="
);
WOLF_TRACE
(
"
\n
========== SOLVE ========="
);
...
...
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