✨
This commit is contained in:
@ -261,10 +261,10 @@ try:
|
|||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
arlo.go_diff(POWER, POWER, 0, 1)
|
arlo.go_diff(POWER, POWER, 0, 1)
|
||||||
sleep((30 * TURN_T)/1000)
|
sleep((15 * TURN_T)/1000)
|
||||||
arlo.stop()
|
arlo.stop()
|
||||||
for p in particles:
|
for p in particles:
|
||||||
p.setTheta(p.theta + np.deg2rad(30))
|
p.setTheta(p.theta + np.deg2rad(15))
|
||||||
|
|
||||||
if showGUI:
|
if showGUI:
|
||||||
# Draw map
|
# Draw map
|
||||||
|
Reference in New Issue
Block a user