Autoware.Auto
filter_typedefs.hpp File Reference
Include dependency graph for filter_typedefs.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 autoware
 This file defines the lanelet2_map_provider_node class.
 
 autoware::common
 
 autoware::common::state_estimation
 

Typedefs

using autoware::common::state_estimation::ConstAccelerationKalmanFilterXY = KalmanFilter< motion_model::LinearMotionModel< state_vector::ConstAccelerationXY32 >, WienerNoise< common::state_vector::ConstAccelerationXY32 > >
 
using autoware::common::state_estimation::ConstAccelerationKalmanFilterXYZRPY = KalmanFilter< motion_model::LinearMotionModel< state_vector::ConstAccelerationXYZRPY32 >, WienerNoise< common::state_vector::ConstAccelerationXYZRPY32 > >
 

Detailed Description