mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-01-19 00:47:36 +01:00
reposition
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user