verify the borne here and not inside the Server

This commit is contained in:
ackimixs
2024-05-28 20:01:20 +02:00
parent 172a6dcf2d
commit dff61ba537
2 changed files with 33 additions and 3 deletions

View File

@@ -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;
};