reposition

This commit is contained in:
ackimixs
2024-05-04 08:42:49 +02:00
parent c534262794
commit 19e5d768d7

View File

@@ -1274,10 +1274,10 @@ void TCPServer::dropJardiniereFlowers(const StratPattern sp) {
// reposition
if (sp == DROP_FLOWER_J1) {
this->setPosition(this->robotPose.pos.x, 140, angle);
this->setPosition(this->robotPose.pos.x, 134, angle);
}
else if (sp == DROP_FLOWER_J2) {
this->setPosition(140, this->robotPose.pos.y, angle);
this->setPosition(134, this->robotPose.pos.y, angle);
}
this->fullyOpenPince(0);