scenario_simulator_v2 C++ API
|
#include <gtest/gtest.h>
#include <geometry/bounding_box.hpp>
#include <geometry/quaternion/euler_to_quaternion.hpp>
#include <scenario_simulator_exception/exception.hpp>
#include "expect_eq_macros.hpp"
#include "test_utils.hpp"
Functions | |
TEST (BoundingBox, getPointsFromBboxDefault) | |
TEST (BoundingBox, getPointsFromBboxCustom) | |
TEST (BoundingBox, toPolygon2D_zeroPose) | |
TEST (BoundingBox, toPolygon2D_onlyTranslation) | |
TEST (BoundingBox, toPolygon2D_fullPose) | |
TEST (BoundingBox, getPolygonDistanceWithCollision) | |
TEST (BoundingBox, getPolygonDistanceTouch) | |
TEST (BoundingBox, getPolygonDistanceWithoutCollision) | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
TEST | ( | BoundingBox | , |
getPointsFromBboxCustom | |||
) |
TEST | ( | BoundingBox | , |
getPointsFromBboxDefault | |||
) |
TEST | ( | BoundingBox | , |
getPolygonDistanceTouch | |||
) |
TEST | ( | BoundingBox | , |
getPolygonDistanceWithCollision | |||
) |
TEST | ( | BoundingBox | , |
getPolygonDistanceWithoutCollision | |||
) |
TEST | ( | BoundingBox | , |
toPolygon2D_fullPose | |||
) |
TEST | ( | BoundingBox | , |
toPolygon2D_onlyTranslation | |||
) |
TEST | ( | BoundingBox | , |
toPolygon2D_zeroPose | |||
) |