scenario_simulator_v2 C++ API
|
#include "test_primitive.hpp"
#include <geometry_msgs/msg/point.hpp>
#include <limits>
#include <vector>
#include "../../utils/expect_eq_macros.hpp"
Functions | |
TEST_F (PrimitiveTest, addToScene_sample) | |
TEST_F (PrimitiveTest, addToScene_zeros) | |
TEST_F (PrimitiveTest, getTriangles) | |
TEST_F (PrimitiveTest, getVertex) | |
TEST_F (PrimitiveTest, get2DConvexHull_normal) | |
TEST_F (PrimitiveTest, get2DConvexHull_withTransform) | |
TEST_F (PrimitiveTest, getMin) | |
TEST_F (PrimitiveTest, getMin_withTransform) | |
TEST_F (PrimitiveTest, getMin_empty) | |
TEST_F (PrimitiveTest, getMax) | |
TEST_F (PrimitiveTest, getMax_withTransform) | |
TEST_F (PrimitiveTest, getMax_empty) | |
TEST_F | ( | PrimitiveTest | , |
addToScene_sample | |||
) |
TEST_F | ( | PrimitiveTest | , |
addToScene_zeros | |||
) |
TEST_F | ( | PrimitiveTest | , |
get2DConvexHull_normal | |||
) |
TEST_F | ( | PrimitiveTest | , |
get2DConvexHull_withTransform | |||
) |
TEST_F | ( | PrimitiveTest | , |
getMax | |||
) |
TEST_F | ( | PrimitiveTest | , |
getMax_empty | |||
) |
TEST_F | ( | PrimitiveTest | , |
getMax_withTransform | |||
) |
TEST_F | ( | PrimitiveTest | , |
getMin | |||
) |
TEST_F | ( | PrimitiveTest | , |
getMin_empty | |||
) |
TEST_F | ( | PrimitiveTest | , |
getMin_withTransform | |||
) |
TEST_F | ( | PrimitiveTest | , |
getTriangles | |||
) |
TEST_F | ( | PrimitiveTest | , |
getVertex | |||
) |