Autoware.Auto
variable.hpp File Reference

Contains base tag structs that define variables and traits to check if a type is one. More...

#include <kalman_filter/visibility_control.hpp>
#include <type_traits>
Include dependency graph for variable.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Contains base tag structs that define variables and traits to check if a type is one.