mirror of
https://github.com/modelec/GameController.git
synced 2026-01-19 00:57:27 +01:00
verify the borne here and not inside the Server
This commit is contained in:
@@ -30,4 +30,10 @@ private:
|
||||
double lidarDectectionDistance = 300;
|
||||
|
||||
bool rumble = true;
|
||||
|
||||
int lastLeftXValue = 0;
|
||||
int lastLeftYValue = 0;
|
||||
int lastRightXValue = 0;
|
||||
int lastRightYValue = 0;
|
||||
int borne = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user