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