Skip to content

Commit c22a7cc

Browse files
authoredJul 10, 2017
Add files via upload
1 parent 1c1110a commit c22a7cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎roomba_accuracy_test_speed_2.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from time import sleep
1414

1515
velocities = [0.8,1,2,3,4.5]
16-
times = [0.1,0.25,0.5,0.75,1]
16+
times = [0.3071251481,0.430828592,0.5370787433,0.7670323386,0.843683537,0.9969859338]
1717

1818
fixed_velocity = 2
1919

@@ -131,7 +131,7 @@ def log_and_print(trial, speed, time, odom_change, camera_change, current_batter
131131

132132
for time in times:
133133

134-
for trial in range(0, 10):
134+
for trial in range(0, 20):
135135

136136
runFor(time, fixed_velocity)
137137
sleep(1.5)

0 commit comments

Comments
 (0)
Please sign in to comment.