This commit is contained in:
acki
2025-05-29 16:14:51 -04:00
parent 29730221cf
commit 588366f469

View File

@@ -529,6 +529,7 @@ namespace Modelec
else
{
wp.theta = goal->theta;
wp.x += goal->x;
}
wp.id = id++;
@@ -540,11 +541,6 @@ namespace Modelec
waypoints.back().is_end = true;
}
for (auto & wp : waypoints)
{
wp.x += 1;
}
return {FREE, waypoints};
}