mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-01-19 00:47:36 +01:00
reposition
This commit is contained in:
@@ -1277,7 +1277,12 @@ void TCPServer::dropJardiniereFlowers(const StratPattern sp) {
|
||||
this->setPosition(this->robotPose.pos.x, 142, this->robotPose.theta);
|
||||
}
|
||||
else if (sp == DROP_FLOWER_J2) {
|
||||
this->setPosition(142, this->robotPose.pos.y, this->robotPose.theta);
|
||||
if (team == BLUE) {
|
||||
this->setPosition(142, this->robotPose.pos.y, this->robotPose.theta);
|
||||
}
|
||||
else if (team == YELLOW) {
|
||||
this->setPosition(2858, this->robotPose.pos.y, this->robotPose.theta);
|
||||
}
|
||||
}
|
||||
|
||||
this->fullyOpenPince(0);
|
||||
|
||||
Reference in New Issue
Block a user