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
3acf2685
Commit
3acf2685
authored
1 year ago
by
Joan Solà Ortega
Browse files
Options
Downloads
Patches
Plain Diff
remove unused code
parent
cf25b82a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!476
spdlog version upgrade
,
!472
Merge ProcessorLandmarkExternal
,
!468
Resolve "multiple processors per sensor"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/gtest_processor_tracker_two_processors_one_sensor.cpp
+0
-16
0 additions, 16 deletions
test/gtest_processor_tracker_two_processors_one_sensor.cpp
with
0 additions
and
16 deletions
test/gtest_processor_tracker_two_processors_one_sensor.cpp
+
0
−
16
View file @
3acf2685
...
@@ -71,22 +71,6 @@ class ProcessorTrackerFeatureDummyDummy : public ProcessorTrackerFeatureDummy
...
@@ -71,22 +71,6 @@ class ProcessorTrackerFeatureDummyDummy : public ProcessorTrackerFeatureDummy
};
};
};
};
// bool isFeatureLinked(FeatureBasePtr ftr, CaptureBasePtr cap)
// {
// auto feature_list = cap->getFeatureList();
// return ftr->getCapture() == cap &&
// std::find(feature_list.begin(), feature_list.end(), ftr) != feature_list.end();
// }
// bool isFactorLinked(FactorBasePtr fac, FeatureBasePtr ftr)
// {
// auto factor_list = ftr->getFactorList();
// return fac->getFeature() == ftr &&
// std::find(factor_list.begin(), factor_list.end(), fac) != factor_list.end();
// }
// Use the following in case you want to initialize tests with predefines variables or methods.
// Use the following in case you want to initialize tests with predefines variables or methods.
class
ProcessorTrackerFeatureDummyDoubledTest
:
public
testing
::
Test
class
ProcessorTrackerFeatureDummyDoubledTest
:
public
testing
::
Test
{
{
...
...
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