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

Go to the source code of this file.

Classes

struct  autoware::common::state_estimation::Stamped< MeasurementT >
 

Namespaces

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

Typedefs

template<typename ScalarT >
using autoware::common::state_estimation::PoseMeasurementXYZ = LinearMeasurement< state_vector::GenericState< ScalarT, state_vector::variable::X, state_vector::variable::Y, state_vector::variable::Z > >
 
using autoware::common::state_estimation::PoseMeasurementXYZ32 = PoseMeasurementXYZ< common::types::float32_t >
 
using autoware::common::state_estimation::PoseMeasurementXYZ64 = PoseMeasurementXYZ< common::types::float64_t >
 
template<typename ScalarT >
using autoware::common::state_estimation::PoseMeasurementXYZRPY = LinearMeasurement< state_vector::GenericState< ScalarT, state_vector::variable::X, state_vector::variable::Y, state_vector::variable::Z, state_vector::variable::ROLL, state_vector::variable::PITCH, state_vector::variable::YAW > >
 
using autoware::common::state_estimation::PoseMeasurementXYZRPY32 = PoseMeasurementXYZRPY< common::types::float32_t >
 
using autoware::common::state_estimation::PoseMeasurementXYZRPY64 = PoseMeasurementXYZRPY< common::types::float64_t >