You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The scripts work somewhat differently, according to the demands of scoring
@@ -18,13 +18,10 @@ each challenge.
18
18
-`analyse_fleet_race`: takes a single command line argument for a GPS track in
19
19
CSV format, reports when the boat reached each of the markers in the course.
20
20
-`analyse_station_keeping`: takes multiple command line arguments of GPS
21
-
tracks, reports the 95% position-keeping radius for each, according to the
22
-
rules. This number then needs to be divided by the boat length as a manual
23
-
step.
24
-
-`analyse_area_scanning`: single command line argument points to a 'master'
25
-
CSV file listing the attempts made by boats within a class (e.g.
26
-
[for micro-sailboats in 2018](https://github.com/WRSC/coordinates2018/blob/ec29ea762e0d4b4e88db21ac0a4b1a06130e5c87/area-scanning/master_micro_sailboat.csv)).
27
-
Reports points for each attempt.
21
+
tracks, reports the mean radius for each challenge.
22
+
-`analyse_area_scanning`: single command line argument overview csv master file.
23
+
Reports points for each team in the same group.
24
+
-`analyse_hide_and_seek`: single command line argument takes the number of seeks.
28
25
29
26
To reuse these scripts for another competition, you will need to modify the
0 commit comments