DeprecatedWheelSpeedMeasurement Struct
(Deprecated) Differential wheel speed measurement (MessageType::DEPRECATED_WHEEL_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... | |
| float | front_left_speed_mps = NAN |
|
The front left wheel speed (in m/s). More... | |
| float | front_right_speed_mps = NAN |
|
The front right wheel speed (in m/s). 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 | rear_left_speed_mps = NAN |
|
The rear left wheel speed (in m/s). More... | |
| float | rear_right_speed_mps = NAN |
|
The rear right wheel speed (in m/s). More... | |
Public Static Attributes Index
| static constexpr MessageType | MESSAGE_TYPE = ... |
| static constexpr uint8_t | MESSAGE_VERSION = 0 |
Description
(Deprecated) Differential wheel speed measurement (MessageType::DEPRECATED_WHEEL_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 WheelSpeedInput and WheelSpeedOutput instead.
Definition at line 1050 of file measurements.h.
Public Member Attributes
details
|
Measurement timestamp and additional information, if available.
See MeasurementDetails for details.
Definition at line 1059 of file measurements.h.
front_left_speed_mps
|
The front left wheel speed (in m/s).
Set to NAN if not available.
Definition at line 1062 of file measurements.h.
front_right_speed_mps
|
The front right wheel speed (in m/s).
Set to NAN if not available.
Definition at line 1065 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 1080 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 1086 of file measurements.h.
rear_left_speed_mps
|
The rear left wheel speed (in m/s).
Set to NAN if not available.
Definition at line 1068 of file measurements.h.
rear_right_speed_mps
|
The rear right wheel speed (in m/s).
Set to NAN if not available.
Definition at line 1071 of file measurements.h.
Public Static Attributes
MESSAGE_TYPE
| constexpr static |
- Initialiser
Definition at line 1051 of file measurements.h.
MESSAGE_VERSION
| constexpr static |
Definition at line 1053 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.