Wheel state message containing the position and velocity of one wheel. More...
#include <creos/messages/wheel_state.hpp>
Public Member Functions | |
auto | operator<=> (const WheelState &other) const =default |
Compare two WheelState messages. | |
Public Attributes | |
float | position = 0 |
Position of the wheel [rad]. | |
float | velocity = 0 |
Velocity of the wheel [rad/s]. | |
Wheel state message containing the position and velocity of one wheel.