Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
l
m
p
r
s
u
x
y
z
Functions
Variables
Typedefs
Enumerator
Classes
Class List
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
u
w
~
Variables
a
b
c
d
e
f
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
Files
File List
File Members
All
Functions
Variables
Macros
test
feature_finder_loader_tests.cpp
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2018 Michael Ferguson
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
6
* You may obtain a copy of the License at
7
*
8
* http://www.apache.org/licenses/LICENSE-2.0
9
*
10
* Unless required by applicable law or agreed to in writing, software
11
* distributed under the License is distributed on an "AS IS" BASIS,
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
17
#include <
robot_calibration/capture/feature_finder_loader.h
>
18
#include <gtest/gtest.h>
19
20
TEST
(FeatureFinderLoaderTests, test_feature_finder_loader)
21
{
22
ros::NodeHandle
nh(
"~"
);
23
robot_calibration::FeatureFinderLoader
loader;
24
robot_calibration::FeatureFinderMap
features;
25
bool
result = loader.
load
(nh, features);
26
27
EXPECT_EQ
(
true
, result);
28
EXPECT_EQ
(
static_cast<
size_t
>
(3), features.size());
29
}
30
31
int
main
(
int
argc,
char
** argv)
32
{
33
ros::init
(argc, argv,
"feature_finder_loader_tests"
);
34
testing::InitGoogleTest(&argc, argv);
35
return
RUN_ALL_TESTS();
36
}
robot_calibration::FeatureFinderMap
std::map< std::string, FeatureFinderPtr > FeatureFinderMap
Definition:
feature_finder_loader.h:35
robot_calibration::FeatureFinderLoader
Load feature finders, based on param server config.
Definition:
feature_finder_loader.h:40
ros::init
ROSCPP_DECL void init(const M_string &remappings, const std::string &name, uint32_t options=0)
TEST
TEST(FeatureFinderLoaderTests, test_feature_finder_loader)
Definition:
feature_finder_loader_tests.cpp:20
robot_calibration::FeatureFinderLoader::load
bool load(ros::NodeHandle &nh, FeatureFinderMap &features)
Definition:
feature_finder_loader.h:48
main
int main(int argc, char **argv)
Definition:
feature_finder_loader_tests.cpp:31
feature_finder_loader.h
EXPECT_EQ
#define EXPECT_EQ(a, b)
ros::NodeHandle
robot_calibration
Author(s): Michael Ferguson
autogenerated on Fri Sep 1 2023 02:52:01