mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-01-18 16:37:29 +01:00
plant
This commit is contained in:
@@ -1511,7 +1511,7 @@ void TCPServer::go3Plants(const StratPattern sp) {
|
||||
|
||||
this->setMaxSpeed();
|
||||
|
||||
this->transit(plantPosition[0]-600, plantPosition[1], 170);
|
||||
this->transit(plantPosition[0]-500, plantPosition[1], 170);
|
||||
// this->go(plantPosition[0]-500, plantPosition[1]);
|
||||
awaitRobotIdle();
|
||||
|
||||
@@ -1522,7 +1522,7 @@ void TCPServer::go3Plants(const StratPattern sp) {
|
||||
|
||||
this->setMaxSpeed();
|
||||
|
||||
this->go(plantPosition[0]-400, plantPosition[1]);
|
||||
this->go(plantPosition[0]-300, plantPosition[1]);
|
||||
awaitRobotIdle();
|
||||
|
||||
this->setSpeed(150);
|
||||
|
||||
@@ -127,7 +127,7 @@ private:
|
||||
/*TAKE_3_PLANT_BOTTOM_1,
|
||||
DROP_FLOWER_BASE_2,*/
|
||||
|
||||
TAKE_3_PLANT_BOTTOM_2,
|
||||
TAKE_3_PLANT_BOTTOM_1,
|
||||
GET_LIDAR_POS,
|
||||
REMOVE_POT_J2,
|
||||
DROP_FLOWER_J2,
|
||||
|
||||
Reference in New Issue
Block a user