scenario_simulator_v2 C++ API
|
#include <gtest/gtest.h>
#include <geometry/vector3/vector3.hpp>
#include <regex>
#include <scenario_simulator_exception/exception.hpp>
#include <traffic_simulator/helper/helper.hpp>
#include "../expect_eq_macros.hpp"
Functions | |
TEST (helper, constructActionStatus) | |
TEST (helper, constructLaneletPose) | |
TEST (helper, constructRPY) | |
TEST (helper, constructRPYfromQuaternion) | |
TEST (helper, constructPose) | |
TEST (helper, constructLidarConfiguration) | |
TEST (helper, constructDetectionSensorConfiguration) | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
TEST | ( | helper | , |
constructActionStatus | |||
) |
TEST | ( | helper | , |
constructDetectionSensorConfiguration | |||
) |
TEST | ( | helper | , |
constructLaneletPose | |||
) |
TEST | ( | helper | , |
constructLidarConfiguration | |||
) |
TEST | ( | helper | , |
constructPose | |||
) |
TEST | ( | helper | , |
constructRPY | |||
) |
TEST | ( | helper | , |
constructRPYfromQuaternion | |||
) |