- Thread Author
- #1
So i have this path:
It walks 1 coordinate then just starts spamming second one and doesnt go to 3rd one. Where could be the problem?
Code:
Path lala = PredefinedPath.create(new Coordinate(2852, 2957, 0), new Coordinate(2844, 2963, 0), new Coordinate(2832, 2969, 0), new Coordinate(2828, 2987, 0));
lala.step();
It walks 1 coordinate then just starts spamming second one and doesnt go to 3rd one. Where could be the problem?