#include <algorithm>
#include <cmath>
#include <cstdlib>
#include <ctime>
#include <fstream>
#include <sstream>
#include <vector>
#include <geometry_msgs/Point32.h>
#include <geometry_msgs/Polygon.h>
#include <geometry_msgs/Pose.h>
#include <gtest/gtest.h>
#include <place_matcher_msgs/PolygonDissimilarity.h>
#include <ros/ros.h>
#include <tf/tf.h>
#include <place_matcher_hist/dissimilarity_getter.h>
Go to the source code of this file.
Define Documentation
Function Documentation
Data from CTU, IMR internal dataset "real-2sicks-karlovo-nam-e" file wca-2.txt. The last 2 points are excluded because they cause a non-simple polygon.
Definition at line 170 of file utest.cpp.
std::vector<geometry_msgs::Point32> interpolate |
( |
const geometry_msgs::Point32 & |
a, |
|
|
const geometry_msgs::Point32 |
b, |
|
|
double |
max_distance |
|
) |
| |
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
geometry_msgs::Point32 point |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
void saveToFile |
( |
const std::string & |
filename, |
|
|
const geometry_msgs::Polygon & |
poly |
|
) |
| |
TEST |
( |
TestSuite |
, |
|
|
testGetDissimilarity |
|
|
) |
| |
Variable Documentation