scenario_simulator_v2 C++ API
|
Classes | |
struct | Error |
struct | AutowareError |
Autoware encountered some problem that led to a simulation failure. More... | |
struct | SemanticError |
Although there were no syntactic errors in the description of the scenario, differences in meaning and inconsistencies were found. More... | |
struct | SimulationError |
A problem occurred that interfered with the continuation of the simulation. More... | |
struct | SpecificationViolation |
When simulator detects specification violation in simulation. More... | |
struct | SyntaxError |
There is a syntactic error in the description of the scenario. Or you are using a feature that is not yet supported by our implementation. More... | |
Functions | |
template<typename F , typename T > | |
constexpr decltype(auto) | fold_left (F &&, T &&x) |
template<typename F , typename T , typename U , typename... Ts> | |
constexpr decltype(auto) | fold_left (F &&f, T &&x, U &&y, Ts &&... xs) |
template<typename F , typename T > | |
constexpr decltype(auto) | fold_right (F &&, T &&x) |
template<typename F , typename T , typename... Ts> | |
constexpr decltype(auto) | fold_right (F &&f, T &&x, Ts &&... xs) |
Variables | |
auto | concatenate |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
inline |