Competition-style run timer for RoboCup Junior practice: big 8-minute countdown, lack-of-progress counter, checkpoint counter, event log.
Built by WashingMachine, a RoboCup Junior Rescue Line team from ITIS A. Rossi, Vicenza. Practice runs without a real clock breed bad habits: at a tournament, the clock does not stop while you carry the robot back to the checkpoint. This one doesn't either.
█▀█ • █▀█ █▀█
█ █ • █ █ █ █
▀▀▀ ▀▀▀ ▀▀▀
RUNNING LoP: 2 checkpoints: 3
1:24 checkpoint #1
2:47 lack of progress #1
| Key | Action |
|---|---|
space |
start / pause |
l |
count a lack of progress |
c |
count a checkpoint |
n |
drop a timestamp marker (something to review later) |
r |
reset |
q |
quit and append the event log to run-log.txt |
Each run's timeline (when the LoPs happened, how long the evacuation zone took) ends up in a plain-text log you can compare across sessions.
pip install git+https://github.com/WashingMachineRobocupJR/rescue-run-timerrescue-run-timer # standard 8:00 run
rescue-run-timer --minutes 5 # shorter drillsMIT