|
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 "geometry/distance.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) | |
| TEST (BoundingBox, getClosestPoses) | |
| TEST (BoundingBox, getClosestPosesWithAlmostTouch) | |
| TEST (BoundingBox, getClosestPosesWithIntersection) | |
| TEST (BoundingBox, getClosestPointOnPolygonAtVertex) | |
| TEST (BoundingBox, getClosestPointOnPolygonNearEdge) | |
| TEST (BoundingBox, getClosestPointOnPolygonDiagonal) | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| TEST | ( | BoundingBox | , |
| getClosestPointOnPolygonAtVertex | |||
| ) |
| TEST | ( | BoundingBox | , |
| getClosestPointOnPolygonDiagonal | |||
| ) |
| TEST | ( | BoundingBox | , |
| getClosestPointOnPolygonNearEdge | |||
| ) |
| TEST | ( | BoundingBox | , |
| getClosestPoses | |||
| ) |
| TEST | ( | BoundingBox | , |
| getClosestPosesWithAlmostTouch | |||
| ) |
| TEST | ( | BoundingBox | , |
| getClosestPosesWithIntersection | |||
| ) |
| 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 | |||
| ) |