-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add score sheet for SR2022 #3
Conversation
Co-authored-by: Peter Law <PeterJCLaw@gmail.com>
Co-authored-by: Peter Law <PeterJCLaw@gmail.com>
Might be useful to get @prophile's input as 🗣️ 🧑⚖️. |
Are we also going to count cans not in a scoring zone? |
We discussed this and concluded that it likely wasn't worth it. There are 28 cans in the arena. If we generously assume that robots will get 3 of them each, that's 12 in scoring zones and 16 elsewhere. We suspect that the time taken to count those 16 will be significant (given that they could be anywhere in the arena, but even if not they're likely spread out). Also the likelihood of making an error while doing said counting is probably at least as high as the chances that a marshal fails to record all the cans in a zone (if not higher). Counting and recording the number would also require a different kind of input on the scoring form, which would require a mode-switch in thinking about cans (from worrying about state and recording that one-by-one to counting). It therefore didn't feel worth doing the counting. |
inkscape -A colour-$@ $< | ||
gs -sOutputFile=$@ -sDEVICE=pdfwrite \ | ||
-sColorConversionStrategy=Gray -dProcessColorModel=/DeviceGray \ | ||
-dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH colour-$@ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any reason you aren't using inkscape --export-pdf=
or inkscape --export-filename=out.pdf in.svg
in more recent versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only that this was copied from previous years'.
Have added the stage and a notes section |
The notes block looks a bit odd being off to one side -- is that intentional? |
It was not, should be fixed now :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a little concerned that the instructions under the notes could be misinterpreted to be about what to put in the notes.
We resolved this in 97ff974. |
Fixes srobo/tasks#756