This commit is contained in:
acki
2025-05-29 17:09:44 -04:00
parent 670eaf1efa
commit 39b2565531
2 changed files with 1 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ namespace Modelec
case AWAIT_10S:
{
nav_->GoTo(370, 1600, -M_PI_2, true, Pathfinding::FREE | Pathfinding::WALL | Pathfinding::OBSTACLE);
nav_->GoTo(375, 1600, -M_PI_2, true, Pathfinding::FREE | Pathfinding::WALL | Pathfinding::OBSTACLE);
step_ = GO_HOME;
}

View File

@@ -530,7 +530,6 @@ namespace Modelec
else
{
wp.theta = goal->theta;
wp.x += goal->x;
}
wp.id = id++;