Skip to content

Commit

Permalink
2023 draft rules (#4)
Browse files Browse the repository at this point in the history
Merging 2023 Draft rules into master to continue basing 2024 rules on them

* First run at moving to 2023-rules as a base template and removing Standard Kit limitations

* Updated header & added regular League Committee header

Signed-off-by: David Schwarz <[email protected]>

* add: GH Actions workflow

* Add the GitHub Actions workflow that will ensure the rules get
  generated on each merge into appropriate branches.

Signed-off-by: mr.Shu <[email protected]>

* Made sure all references are to 'Soccer League Committee'

Signed-off-by: David Schwarz <[email protected]>

* Added .gitignore to ignore build output

Signed-off-by: David Schwarz <[email protected]>

* Got rules to almost publishable draft stage

Signed-off-by: David Schwarz <[email protected]>

* Remove final reference to Europe from previous year' rules

Signed-off-by: David Schwarz <[email protected]>

* Synced up with further edits on 2v2 2023 draft rules

Signed-off-by: David Schwarz <[email protected]>

* Renamed to 1:1 Lightweight

Signed-off-by: David Schwarz <[email protected]>

* Remove confusing WILL NOT AUTOMATICALLY BECOME OFFICIAL phrasing

Signed-off-by: David Schwarz <[email protected]>

* Added link to 2023 draft rules discussion thread

Signed-off-by: David Schwarz <[email protected]>

* Updated to more flexible everything-works range of dimensions

Signed-off-by: David Schwarz <[email protected]>

* Made crossbar on goals optional

Signed-off-by: David Schwarz <[email protected]>

* Allowed robots into goal

Signed-off-by: David Schwarz <[email protected]>

* Specified details of dimensions and convertible fields

Signed-off-by: David Schwarz <[email protected]>

* Made penalty area optional

Signed-off-by: David Schwarz <[email protected]>

* Syntax error fix

Signed-off-by: David Schwarz <[email protected]>

* added missing robot construction limiations & synchronized with (semi) final 2023 rules

Signed-off-by: David Schwarz <[email protected]>

* Fixed 'dark green' to be aligned with regular 2023 rules

Signed-off-by: David Schwarz <[email protected]>

* Fixed levels of indents

Signed-off-by: David Schwarz <[email protected]>

* Fixed rendering/syntax error

Signed-off-by: David Schwarz <[email protected]>

* Add rudimentary graphic to explain concept of convex hull

Signed-off-by: David Schwarz <[email protected]>

* Changed draft to release version

---------

Signed-off-by: David Schwarz <[email protected]>
Signed-off-by: mr.Shu <[email protected]>
Signed-off-by: David Schwarz <[email protected]>
Co-authored-by: David Schwarz <[email protected]>
Co-authored-by: mr.Shu <[email protected]>
Co-authored-by: David Schwarz <[email protected]>
  • Loading branch information
4 people authored Sep 13, 2023
1 parent bec3756 commit 0c9cad7
Show file tree
Hide file tree
Showing 8 changed files with 440 additions and 1,765 deletions.
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
*.idea
*.iml
rules.html
rules.pdf
rules_superteam.pdf
rules_superteam.html
tmp_*
rules.html
rules.pdf
42 changes: 42 additions & 0 deletions media/ConvexHull.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/Convex_Hull_Robot.odg
Binary file not shown.
Binary file added media/Convex_Hull_Robot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 28 additions & 4 deletions preamble.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

\documentclass{article}

\usepackage[utf8]{inputenc}

\usepackage{graphicx}
\usepackage{multirow}
Expand Down Expand Up @@ -79,17 +80,17 @@
%\renewcommand{\topmargin}{-20pt}

\rfoot{Page \textbf{\thepage} of \textbf{\pageref{LastPage}}}
\lfoot{\textit{Draft Rules as of \today}}
\lfoot{\textit{Final rules as of \today}}
\cfoot{}

% First page
\fancypagestyle{firststyle}{%
\fancyhf{}
\fancyfoot[L]{\textit{Draft Rules as of \today}}
\fancyfoot[L]{\textit{Final rules as of \today}}
\fancyfoot[R]{Page \textbf{\thepage} of \textbf{\pageref{LastPage}}}
}

\title{\Large RoboCupJunior Soccer Entry Rules 2022 \vspace{2ex} \\ \large Europe $\bigcdot$ 1:1 Standard Kit $\bigcdot$ Draft \vspace{-10ex}}
\title{\Large RoboCupJunior Soccer Entry Rules 2023 \vspace{2ex} \\ \large 1:1 Lightweight \vspace{-10ex}}
\date{\vspace{-2ex}}

\definecolor{color-1}{rgb}{1,1,1}
Expand All @@ -105,6 +106,29 @@
\maketitle
\thispagestyle{firststyle}


\begin{tabular}{rl}
\resizebox{0.50\textwidth}{!}{
\begin{tabular}{lr}
\multicolumn{2}{l}{\textbf{Soccer League Committee 2023:}}\\
Michael Ambrose & USA (CO-CHAIR)\\
Javier E. Delgado Moreno & Mexico \\
Hikaru Sugiura & Japan\\
David Schwarz & Germany (CHAIR)\\
William Plummer & Australia\\
Adrián Matejov & Slovakia\\
\end{tabular}}
&
\resizebox{0.50\textwidth}{!}{
\begin{tabular}{lr}
\multicolumn{2}{l}{\textbf{Soccer League Committee 2022:}}\\
Michael Ambrose & USA\\
Javier E. Delgado Moreno & Mexico \\
Hikaru Sugiura & Japan\\
Marco Dankel & Germany (CHAIR)\\
James Riley & Australia\\
Adrián Matejov & Slovakia\\
\end{tabular}}

\end{tabular}

\vspace{20pt}
Loading

0 comments on commit 0c9cad7

Please sign in to comment.