DeprecatedVehicleSpeedMeasurement Struct
(Deprecated) Vehicle body speed measurement (MessageType::DEPRECATED_VEHICLE_SPEED_MEASUREMENT, version 1). More...
Declaration
Included Headers
Base struct
| struct | MessagePayload |
|
The base class for all message payloads. More... | |
Public Member Attributes Index
| 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... | |
Public Static Attributes Index
| static constexpr MessageType | MESSAGE_TYPE = ... |
| static constexpr uint8_t | MESSAGE_VERSION = 0 |
Description
(Deprecated) Vehicle body speed measurement (MessageType::DEPRECATED_VEHICLE_SPEED_MEASUREMENT, version 1).
- Deprecated
-
This message is deprecated as of version 1.18.0 and may be removed in the future. It should not used for new development. See VehicleSpeedInput and VehicleSpeedOutput instead.
Definition at line 1101 of file measurements.h.
Public Member Attributes
details
|
Measurement timestamp and additional information, if available.
See MeasurementDetails for details.
Definition at line 1110 of file measurements.h.
gear
|
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 1122 of file measurements.h.
is_signed
|
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 1128 of file measurements.h.
vehicle_speed_mps
|
The current vehicle speed estimate (in m/s).
Definition at line 1113 of file measurements.h.
Public Static Attributes
MESSAGE_TYPE
| constexpr static |
- Initialiser
Definition at line 1102 of file measurements.h.
MESSAGE_VERSION
| constexpr static |
Definition at line 1104 of file measurements.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.