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
0f65812d
Commit
0f65812d
authored
5 years ago
by
Joaquim Casals Buñuel
Browse files
Options
Downloads
Patches
Plain Diff
Fix factor_diff_drive test
parent
887f8f0b
No related branches found
No related tags found
1 merge request
!366
Resolve "Complete state vector new data structure?"
Pipeline
#5563
canceled
5 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/gtest_factor_diff_drive.cpp
+1
-1
1 addition, 1 deletion
test/gtest_factor_diff_drive.cpp
with
1 addition
and
1 deletion
test/gtest_factor_diff_drive.cpp
+
1
−
1
View file @
0f65812d
...
...
@@ -444,7 +444,7 @@ TEST(FactorDiffDrive, preintegrate_and_solve_sensor_intrinsics_gt)
Vector3d
x1
(
1.5
,
-
1.5
,
-
M_PI
/
2.0
);
Vector3d
x2
(
3.0
,
-
3.0
,
0.0
);
// Matrix3d P0; P0.setIdentity();
VectorComposite
s0
(
Vector3d
(
0
,
0
,
0
),
"PO"
,
{
2
,
1
});
VectorComposite
s0
(
Vector3d
(
0
.1
,
0.1
,
0.1
),
"PO"
,
{
2
,
1
});
// set prior at t=0 and processor origin
auto
F0
=
problem
->
setPriorFactor
(
x0
,
s0
,
t
,
0.1
);
...
...
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