#include <Message_cmd.h>
Public Types | |
enum | payloadOffsets { STEERING = 0, THROTTLE = 2, BRAKE = 4, PAYLOAD_LEN = 6 } |
Public Member Functions | |
SetAckermannOutput (double steering, double throt, double brake) | |
SetAckermannOutput (const SetAckermannOutput &other) |
Definition at line 94 of file Message_cmd.h.
Definition at line 97 of file Message_cmd.h.
sawyer::SetAckermannOutput::SetAckermannOutput | ( | double | steering, |
double | throt, | ||
double | brake | ||
) |
Definition at line 134 of file Message_cmd.cpp.
sawyer::SetAckermannOutput::SetAckermannOutput | ( | const SetAckermannOutput & | other | ) |
Definition at line 149 of file Message_cmd.cpp.