Wheel state message containing the position and velocity of the wheels. More...
#include <creos/messages/wheel_state.hpp>
Public Member Functions | |
auto | operator<=> (const WheelStates &other) const =default |
Compare two ControllerState messages. | |
Public Attributes | |
creos::RobotClock::time_point | timestamp |
Timestamp of the remote controller state. | |
std::string | frame_id |
Frame id of the wheel states. | |
std::vector< WheelState > | wheels |
Wheel states. | |
Wheel state message containing the position and velocity of the wheels.
std::vector<WheelState> creos_messages::WheelStates::wheels |
Wheel states.
The order of the wheels is important. The wheels are ordered starting at the front-right wheel and going clockwise.