This commit is contained in:
acki
2025-05-29 16:13:40 -04:00
parent e7163e3529
commit 29730221cf

View File

@@ -540,6 +540,11 @@ namespace Modelec
waypoints.back().is_end = true; waypoints.back().is_end = true;
} }
for (auto & wp : waypoints)
{
wp.x += 1;
}
return {FREE, waypoints}; return {FREE, waypoints};
} }