|
Autoware.Auto
|
|
Classes | |
| class | LgsvlInterface |
| class | LgsvlInterfaceNode |
Typedefs | |
| using | Table1D = ::autoware::common::helper_functions::LookupTable1D< double > |
| using | VSC = autoware_auto_msgs::msg::VehicleStateCommand |
| using | VSD = lgsvl_msgs::msg::VehicleStateData |
| using | WIPER_TYPE = decltype(VSC::wiper) |
| using | GEAR_TYPE = decltype(VSC::gear) |
| using | MODE_TYPE = decltype(VSC::mode) |
Variables | |
| static constexpr double | COV_X_VAR = 0.1 |
| static constexpr double | COV_Y_VAR = 0.1 |
| static constexpr double | COV_Z_VAR = 0.1 |
| static constexpr double | COV_RX_VAR = 1000.0 |
| static constexpr double | COV_RY_VAR = 1000.0 |
| static constexpr double | COV_RZ_VAR = 1000.0 |
| static constexpr int32_t | COV_X = 0 |
| static constexpr int32_t | COV_Y = 7 |
| static constexpr int32_t | COV_Z = 14 |
| static constexpr int32_t | COV_RX = 21 |
| static constexpr int32_t | COV_RY = 28 |
| static constexpr int32_t | COV_RZ = 35 |
| constexpr bool | PUBLISH = true |
| constexpr bool | NO_PUBLISH = false |
| using lgsvl_interface::GEAR_TYPE = typedef decltype(VSC::gear) |
| using lgsvl_interface::MODE_TYPE = typedef decltype(VSC::mode) |
| using lgsvl_interface::Table1D = typedef ::autoware::common::helper_functions::LookupTable1D<double> |
| using lgsvl_interface::VSC = typedef autoware_auto_msgs::msg::VehicleStateCommand |
| using lgsvl_interface::VSD = typedef lgsvl_msgs::msg::VehicleStateData |
| using lgsvl_interface::WIPER_TYPE = typedef decltype(VSC::wiper) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| constexpr bool lgsvl_interface::NO_PUBLISH = false |
| constexpr bool lgsvl_interface::PUBLISH = true |