mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-01-18 16:47:43 +01:00
+1
This commit is contained in:
@@ -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};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user