(Deprecated) Vehicle body speed measurement (MessageType::DEPRECATED_VEHICLE_SPEED_MEASUREMENT, version 1.0).
Definition at line 1096 of file measurements.h.
#include <point_one/fusion_engine/messages/measurements.h>
Public Attributes | |
MeasurementDetails | details |
Measurement timestamp and additional information, if available. More... | |
GearType | gear = GearType::UNKNOWN |
The transmission gear currently in use, or direction of motion, if available. More... | |
bool | is_signed = true |
true if the wheel speeds are signed (positive forward, negative reverse), or false if the values are unsigned (positive in both directions). More... | |
float | vehicle_speed_mps = NAN |
The current vehicle speed estimate (in m/s). More... | |
Static Public Attributes | |
static constexpr MessageType | MESSAGE_TYPE |
static constexpr uint8_t | MESSAGE_VERSION = 0 |
MeasurementDetails point_one::fusion_engine::messages::DeprecatedVehicleSpeedMeasurement::details |
Measurement timestamp and additional information, if available.
See MeasurementDetails for details.
Definition at line 1105 of file measurements.h.
GearType point_one::fusion_engine::messages::DeprecatedVehicleSpeedMeasurement::gear = GearType::UNKNOWN |
The transmission gear currently in use, or direction of motion, if available.
Set to GearType::FORWARD or GearType::REVERSE where vehicle direction information is available externally.
Definition at line 1117 of file measurements.h.
bool point_one::fusion_engine::messages::DeprecatedVehicleSpeedMeasurement::is_signed = true |
true
if the wheel speeds are signed (positive forward, negative reverse), or false
if the values are unsigned (positive in both directions).
Definition at line 1123 of file measurements.h.
|
staticconstexpr |
Definition at line 1097 of file measurements.h.
|
staticconstexpr |
Definition at line 1099 of file measurements.h.
float point_one::fusion_engine::messages::DeprecatedVehicleSpeedMeasurement::vehicle_speed_mps = NAN |
The current vehicle speed estimate (in m/s).
Definition at line 1108 of file measurements.h.