#include <map>
#include <boost/shared_ptr.hpp>
#include <ros/ros.h>
#include <pluginlib/class_loader.h>
#include <robot_calibration/plugins/feature_finder.h>
Go to the source code of this file.
Classes | |
class | robot_calibration::FeatureFinderLoader |
Load feature finders, based on param server config. More... | |
Namespaces | |
robot_calibration | |
Calibration code lives under this namespace. | |
Typedefs | |
typedef std::map< std::string, FeatureFinderPtr > | robot_calibration::FeatureFinderMap |
typedef boost::shared_ptr< FeatureFinder > | robot_calibration::FeatureFinderPtr |