Skip to content
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

Restart of the robot during challange #921

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sunava
Copy link
Contributor

@sunava sunava commented Nov 25, 2024

Closes issue 898

Changes proposed in this pull request:

Introduced a rule allowing teams to request a single restart per attempt with specific conditions, including a 30-second penalty.
Clarified the restart procedure: teams must leave the arena with the robot, requeue, and begin again within their remaining time.
Added a provision to include a restart checkbox in the score sheet for tracking.
Other comments

Feedback is particularly requested on:

Whether the 30-second penalty and "remaining time" provision are balanced for both DSPL and OPL leagues.
Placement of the rule within the Rulebook (e.g., procedural rules, scoring, or test-specific rules).
Additional details for score sheet implementation.

Copy link
Member

@LeroyR LeroyR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Add checkbox to scroing, remove Score sheet adjustment header 😄
  • Entering arena already gives points - reword to major score item or simply limit to first X sec (60?) of attempt.
  • move the penalty item after time continues running or combine them ..exited the \Arena{} with the robot and an extra penalty...
  • Add that only the points earned after the restart are counted

@LeroyR
Copy link
Member

LeroyR commented Nov 25, 2024

Add checkbox below

\scoreitem{0}{Duration (limit: \textbf{\scorelistTimelimit{}:00} minutes)}

Maybe just:

\scoreitem{0}{Restart after (sec)}

is fine

pages/general_rules/Procedure.tex Outdated Show resolved Hide resolved
pages/general_rules/Procedure.tex Outdated Show resolved Hide resolved
@sunava sunava force-pushed the restart branch 3 times, most recently from 769f415 to 297519f Compare December 9, 2024 10:21
@sunava
Copy link
Contributor Author

sunava commented Dec 9, 2024

what do you mean by: "move the penalty item after time continues running or combine them ..exited the \Arena{} with the robot and an extra penalty..." @LeroyR

@LeroyR
Copy link
Member

LeroyR commented Dec 10, 2024

what do you mean by: "move the penalty item after time continues running or combine them ..exited the \Arena{} with the robot and an extra penalty..." @LeroyR

Instead of:

 \item A restart incurs a penalty of \SI{30}{\second}, subtracted from the total time.
 \item The test time will continue running until the team has exited the \Arena{} with the robot.

I Prefer

 \item The test time will continue running until the team has exited the \Arena{} with the robot.
 \item A restart incurs a penalty of \SI{30}{\second}, subtracted from the total time.

Or Combine both item about time

 \item The test time will continue running until the team has exited the \Arena{} +30sec ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants