scenario_simulator_v2 C++ API
|
#include <gtest/gtest.h>
#include <algorithm>
#include <geometry_msgs/msg/point.hpp>
#include <simple_sensor_simulator/sensor_simulation/primitives/primitive.hpp>
#include <vector>
#include "../../utils/expect_eq_macros.hpp"
Functions | |
TEST (VertexTest, toVertex_onePoint) | |
TEST (VertexTest, toVertex_manyPoints) | |
TEST (VertexTest, toVertex_empty) | |
TEST (VertexTest, toPoint_oneVertex) | |
TEST (VertexTest, toPoints_manyVertices) | |
TEST (VertexTest, toPoints_empty) | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
TEST | ( | VertexTest | , |
toPoint_oneVertex | |||
) |
TEST | ( | VertexTest | , |
toPoints_empty | |||
) |
TEST | ( | VertexTest | , |
toPoints_manyVertices | |||
) |
TEST | ( | VertexTest | , |
toVertex_empty | |||
) |
TEST | ( | VertexTest | , |
toVertex_manyPoints | |||
) |
TEST | ( | VertexTest | , |
toVertex_onePoint | |||
) |