Skip to content
Snippets Groups Projects
Commit 2ea0430f authored by Johannes Mey's avatar Johannes Mey
Browse files

align zones to gazebo zones

parent bf364bb6
Branches
No related tags found
No related merge requests found
Pipeline #7072 passed
......@@ -28,9 +28,8 @@ public class StarterMain {
File configFile = new File(args[0]);
final int[][] safetyZoneCoordinates = {
{0, 0, 0},
{-1, 0, 0},
{1, 0, 0}
{1, 1, 0},
{-1, -1, 1}
};
// --- No configuration below this line ---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment