Skip to content

Commit a7dc656

Browse files
committed
Merge branch 'master' of https://github.com/WRSC/scoring
2 parents ef42ce3 + 08458ee commit a7dc656

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

station-keeping/analyse_station_keeping

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,6 @@ def analyse_file(FILE):
9292

9393
positionsOfInterest = positions_utm[idx:endIdx]
9494

95-
minute_idx = bisect.bisect(time, startTime + 60)
96-
first_minute = positionsOfInterest[idx:minute_idx]
97-
# print('%d points in first minute' % minute_idx)
98-
for point in first_minute:
99-
distance = dist2center(point)
100-
if distance > 20:
101-
print('Left 20m circle during first minute')
102-
return
103-
# else:
104-
# print('Stayed within 20m during first minute :-)')
105-
10695
print('Using %d points' % len(positionsOfInterest))
10796

10897
# get Pc

0 commit comments

Comments
 (0)