We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8aa729 commit 9fac471Copy full SHA for 9fac471
src/main/java/org/lasarobotics/drive/CollisionDetection.java
@@ -71,6 +71,7 @@ public CollisionDetection() {
71
* @param vertices An array of vertices representing the shape of the obstacle.
72
*/
73
public void addObstacles(Vector2[] vertices) {
74
+ System.out.println(vertices);
75
Body obstacle = new Body();
76
obstacle.addFixture(Geometry.createPolygon(vertices));
77
m_obstacles.add(obstacle);
0 commit comments