Base class for a feature finder.
More...
#include <feature_finder.h>
|
| FeatureFinder () |
|
virtual bool | find (robot_calibration_msgs::CalibrationData *msg)=0 |
| Once the robot has been moved into the proper position and settled, this function will be called. It should add any new observations to the msg passed in. More...
|
|
std::string | getName () |
| Get the name of this feature finder. More...
|
|
virtual bool | init (const std::string &name, ros::NodeHandle &nh) |
| Initialize the feature finder. More...
|
|
virtual | ~FeatureFinder () |
|
Base class for a feature finder.
Definition at line 33 of file feature_finder.h.
robot_calibration::FeatureFinder::FeatureFinder |
( |
| ) |
|
|
inline |
virtual robot_calibration::FeatureFinder::~FeatureFinder |
( |
| ) |
|
|
inlinevirtual |
virtual bool robot_calibration::FeatureFinder::find |
( |
robot_calibration_msgs::CalibrationData * |
msg | ) |
|
|
pure virtual |
std::string robot_calibration::FeatureFinder::getName |
( |
| ) |
|
|
inline |
virtual bool robot_calibration::FeatureFinder::init |
( |
const std::string & |
name, |
|
|
ros::NodeHandle & |
nh |
|
) |
| |
|
inlinevirtual |
std::string robot_calibration::FeatureFinder::name_ |
|
private |
The documentation for this class was generated from the following file: