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
!352
WIP: Resolve "Some node_type_ renamings"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
WIP: Resolve "Some node_type_ renamings"
300-some-node_type_-renamings
into
devel
Overview
0
Commits
3
Pipelines
4
Changes
1
Merged
Mederic Fourmy
requested to merge
300-some-node_type_-renamings
into
devel
5 years ago
Overview
0
Commits
3
Pipelines
4
Changes
1
Expand
Closes
#300 (closed)
0
0
Merge request reports
Viewing commit
7aaca14f
Prev
Next
Show latest version
1 file
+
9
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
7aaca14f
FactorBlockDifference type modified, added gtests
· 7aaca14f
Médéric Fourmy
authored
5 years ago
test/gtest_factor_block_difference.cpp
+
9
−
0
Options
@@ -66,6 +66,15 @@ class FixtureFactorBlockDifference : public testing::Test
virtual
void
TearDown
()
override
{}
};
TEST_F
(
FixtureFactorBlockDifference
,
CheckFactorType
)
{
// Feat_->setMeasurement()
FactorBlockDifferencePtr
Fac
=
FactorBase
::
emplace
<
FactorBlockDifference
>
(
Feat_
,
KF0_
->
getP
(),
KF1_
->
getP
()
);
ASSERT_EQ
(
Fac
->
getType
(),
"FactorBlockDifference"
);
}
TEST_F
(
FixtureFactorBlockDifference
,
EqualP
)
{
Loading