Skip to content

Commit fe62388

Browse files
authored
Update README.md
Update the scoring to reflect the change in 2019 rule
1 parent 09515eb commit fe62388

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ A scoring script reads the GPS coordinates of the boats path, obtained from
77
a tracker unit, and compares them with the coordinates defining the challenge.
88
The rules define what to check for each challenge.
99

10-
- [2018 rules](https://www.roboticsailing.org/2018/wp-content/uploads/2018/08/WRSC2018_rules_v1-1.pdf)
10+
- [2019 rules](https://github.com/WRSC/rules/releases/download/wrsc2019/rule2019.pdf)
1111
and [rules source repository](https://github.com/WRSC/rules)
12-
- [2018 GPS coordinates](https://github.com/WRSC/coordinates2018) (coordinates and attempts)
12+
- [2019 GPS coordinates](https://github.com/WRSC/coordinates2019) (coordinates and attempts)
1313
- [Competition tracking system](https://github.com/WRSC/tracking)
1414

1515
The scripts work somewhat differently, according to the demands of scoring
@@ -18,13 +18,10 @@ each challenge.
1818
- `analyse_fleet_race`: takes a single command line argument for a GPS track in
1919
CSV format, reports when the boat reached each of the markers in the course.
2020
- `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.
2825

2926
To reuse these scripts for another competition, you will need to modify the
3027
coordinates defining the challenge and the

0 commit comments

Comments
 (0)