scenario_simulator_v2 C++ API
|
#include <gtest/gtest.h>
#include <geometry/bounding_box.hpp>
#include <geometry/distance.hpp>
#include <scenario_simulator_exception/exception.hpp>
#include "test_utils.hpp"
Functions | |
TEST (Distance, PointToPoint) | |
TEST (Distance, PoseToPose) | |
TEST (Distance, PointToPose) | |
TEST (Distance, PoseToPoint) | |
TEST (Distance, Distance2DDisjoint) | |
TEST (Distance, Distance2DIntersect) | |
TEST (Distance, Distance2DZeroElements) | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
TEST | ( | Distance | , |
Distance2DDisjoint | |||
) |
TEST | ( | Distance | , |
Distance2DIntersect | |||
) |
TEST | ( | Distance | , |
Distance2DZeroElements | |||
) |
TEST | ( | Distance | , |
PointToPoint | |||
) |
TEST | ( | Distance | , |
PointToPose | |||
) |
TEST | ( | Distance | , |
PoseToPoint | |||
) |
TEST | ( | Distance | , |
PoseToPose | |||
) |