string createCommandStringPlayStateOutputsForWheels(const CscEntityModel *entityModel, double speedLeft, double speedRight, bool safe=false, const CscStateExtras &playStateExtras={0, 0, 0})
Definition: CscStringCommandsBuilder.cpp:27
string createCommandStringPlayStateOutputs(const CscState &stateToBePlayed, bool safe=false, const CscStateExtras &playStateExtras={0, 0, 0})
Definition: CscStringCommandsBuilder.cpp:7
CscState * stateFromWheelsSpeedPercent(const CscEntityModel *entityModel, double speedLeftPercent, double speedRightPercent)
Definition: CscStringCommandsBuilder.cpp:13