bool isLeft(wheelIdx idx)
convenience method to check if a given wheel index is on the left of the robot
Definition: BodyState.cpp:7
double getWheelPos(wheelIdx idx) const
Definition: BodyState.cpp:34
double wheelPos[NUMBER_OF_WHEELS]
Definition: BodyState.hpp:46
base::Time time
Definition: BodyState.hpp:40
bool isFront(wheelIdx idx)
convenience method to check if a given wheel index is on the front of the robot
Definition: BodyState.cpp:12
wheelIdx wheelIdxEnum(unsigned long idx)
get a wheel index from an unsigned long
Definition: BodyState.cpp:17
BodyState()
Definition: BodyState.cpp:28
Definition: BodyState.hpp:34
void setWheelPos(wheelIdx idx, double value)
Definition: BodyState.cpp:39