#include <ros/ros.h>
#include <place_matcher_msgs/GetCapability.h>
#include <place_matcher_mcc/dissimilarity_getter.h>
Go to the source code of this file.
Functions | |
bool | callback_getCapability (place_matcher_msgs::GetCapabilityRequest &req, place_matcher_msgs::GetCapabilityResponse &res) |
int | main (int argc, char **argv) |
bool callback_getCapability | ( | place_matcher_msgs::GetCapabilityRequest & | req, |
place_matcher_msgs::GetCapabilityResponse & | res | ||
) |
Definition at line 25 of file place_matcher_mcc_node.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 35 of file place_matcher_mcc_node.cpp.