lj test
This commit is contained in:
parent
52966a42e8
commit
bc9b04b9c7
|
@ -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)
|
||||
}
|
||||
|
||||
########################################
|
||||
|
|
Loading…
Reference in New Issue