This commit is contained in:
David St-Onge 2017-01-30 22:00:41 -05:00
parent 52966a42e8
commit bc9b04b9c7
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ function hexagon() {
math.vec2.scale(accum, 1.0 / neighbors.count())
# Move according to vector
# print("Robot ", id, "must push ",accum.x, "; ", accum.y)
uav_goto(0.0,0.0) #accum.x, accum.y)
uav_goto(accum.x, accum.y)
}
########################################