|
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::prediction::Variable |
| A tag struct used to disambiguate variables from other types. More... | |
| struct | autoware::prediction::AngleVariable |
| A tag struct used to disambiguate variables that store angles from other types. More... | |
| struct | autoware::prediction::is_variable< T > |
| A trait to check if a type is a variable by checking if it inherits from Variable. More... | |
| struct | autoware::prediction::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::prediction | |
| Functionality relating to prediction, including state estimation, kinematic prediction, maneuver-based prediction, map-aware prediction etc... | |
Contains base tag structs that define variables and traits to check if a type is one.