| scenario_simulator_v2 C++ API
    | 
#include <gtest/gtest.h>#include <traffic_simulator/behavior/route_planner.hpp>#include "../catalogs.hpp"#include "../expect_eq_macros.hpp"#include "../helper_functions.hpp"
| Classes | |
| class | RoutePlannerTest | 
| Functions | |
| int | main (int argc, char **argv) | 
| TEST_F (RoutePlannerTest, getGoalPoses) | |
| TEST_F (RoutePlannerTest, getGoalPosesInWorldFrame) | |
| TEST_F (RoutePlannerTest, getRouteLanelets_horizon) | |
| TEST_F (RoutePlannerTest, getRouteLanelets_noHorizon) | |
| TEST_F (RoutePlannerTest, getRouteLanelets_empty) | |
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
| TEST_F | ( | RoutePlannerTest | , | 
| getGoalPoses | |||
| ) | 
| TEST_F | ( | RoutePlannerTest | , | 
| getGoalPosesInWorldFrame | |||
| ) | 
| TEST_F | ( | RoutePlannerTest | , | 
| getRouteLanelets_empty | |||
| ) | 
| TEST_F | ( | RoutePlannerTest | , | 
| getRouteLanelets_horizon | |||
| ) | 
| TEST_F | ( | RoutePlannerTest | , | 
| getRouteLanelets_noHorizon | |||
| ) |