swap speed measured left and right

This commit is contained in:
interfisch 2021-05-24 18:58:49 +02:00
parent e11defbd88
commit 0165b0b5df
1 changed files with 1 additions and 1 deletions

View File

@ -116,8 +116,8 @@ typedef struct{ //match this struct to hoverboard-firmware SerialFeedback struct
uint16_t start;
int16_t cmd1;
int16_t cmd2;
int16_t speedR_meas; //right speed is negatie when driving forward
int16_t speedL_meas; //left speed is positive when driving forward
int16_t speedR_meas; //right speed is negatie when driving forward
int16_t batVoltage;
int16_t boardTemp;
int16_t curL_DC; //negative values are current consumed. positive values mean generated current