Autoware.Auto
|
|
Contains base tag structs that define variables and traits to check if a type is one. More...
Go to the source code of this file.
Classes | |
struct | autoware::common::state_vector::Variable |
A tag struct used to disambiguate variables from other types. More... | |
struct | autoware::common::state_vector::AngleVariable |
A tag struct used to disambiguate variables that store angles from other types. More... | |
struct | autoware::common::state_vector::is_variable< T > |
A trait to check if a type is a variable by checking if it inherits from Variable. More... | |
struct | autoware::common::state_vector::is_angle< T > |
A trait to check if a variable represents an angle. More... | |
Namespaces | |
autoware | |
This file defines the lanelet2_map_provider_node class. | |
autoware::common | |
autoware::common::state_vector | |
Contains base tag structs that define variables and traits to check if a type is one.