Public Member Functions | |
CloudMatcher (ros::NodeHandle &n) | |
bool | match (modular_cloud_matcher::MatchClouds::Request &req, modular_cloud_matcher::MatchClouds::Response &res) |
Private Attributes | |
PM::ICP | icp |
ros::NodeHandle & | n |
ros::ServiceServer | service |
Definition at line 19 of file matcher_service.cpp.
Definition at line 32 of file matcher_service.cpp.
bool CloudMatcher::match | ( | modular_cloud_matcher::MatchClouds::Request & | req, |
modular_cloud_matcher::MatchClouds::Response & | res | ||
) |
Definition at line 62 of file matcher_service.cpp.
PM::ICP CloudMatcher::icp [private] |
Definition at line 23 of file matcher_service.cpp.
ros::NodeHandle& CloudMatcher::n [private] |
Definition at line 21 of file matcher_service.cpp.
ros::ServiceServer CloudMatcher::service [private] |
Definition at line 25 of file matcher_service.cpp.