mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-03-18 21:50:33 +01:00
position
This commit is contained in:
@@ -1157,7 +1157,7 @@ void TCPServer::goAndTurnSolarPanel(const StratPattern sp) {
|
||||
this->uncheckPanneau(7);
|
||||
break;
|
||||
case TURN_SOLAR_PANNEL_2:
|
||||
this->go(475, 1790);
|
||||
this->go(470, 1790);
|
||||
awaitRobotIdle();
|
||||
|
||||
this->rotate(0);
|
||||
@@ -1168,7 +1168,7 @@ void TCPServer::goAndTurnSolarPanel(const StratPattern sp) {
|
||||
this->uncheckPanneau(7);
|
||||
break;
|
||||
case TURN_SOLAR_PANNEL_3:
|
||||
this->go(700, 1790);
|
||||
this->go(675, 1790);
|
||||
awaitRobotIdle();
|
||||
|
||||
this->rotate(0);
|
||||
@@ -1295,6 +1295,10 @@ void TCPServer::dropJardiniereFlowers(const StratPattern sp) {
|
||||
awaitRobotIdle();
|
||||
|
||||
this->transportBras();
|
||||
|
||||
this->sendPoint(4);
|
||||
this->sendPoint(4);
|
||||
this->sendPoint(4);
|
||||
}
|
||||
|
||||
void TCPServer::dropBaseFlowers(StratPattern sp) {
|
||||
|
||||
Reference in New Issue
Block a user