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 
18 #include <gtest/gtest.h>
19 
20 TEST(FeatureFinderLoaderTests, test_feature_finder_loader)
21 {
22  ros::NodeHandle nh("~");
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