Task 0 — Submission
Submission Procedure
Section titled “Submission Procedure”1. Clone the theme repository
Section titled “1. Clone the theme repository”git clone https://github.com/eYantra-Robotics-Competition/eyrc-26-27-pacbot.git ~/pacbot_wscd ~/pacbot_wsgit checkout tags/v1.0.02. Run the evaluator
Section titled “2. Run the evaluator”cd ~/pacbot_ws/task0./task0_evalIt asks for your team ID, inspects your installation, and writes an encrypted zip into that same folder — PB#<team_id>.zip, so team 1455 gets ~/pacbot_ws/task0/PB#1455.zip. Type the ID carefully: the portal matches your submission by that filename.
Any errors it reports point to a package that did not install correctly. Reinstall that one by following its step in the instructions, then run the evaluator again.
3. Upload it
Section titled “3. Upload it”Upload PB#<team_id>.zip on the eYRC Portal — Task 0, exactly as the evaluator wrote it. The contents are encrypted, so there is nothing in it for you to read: do not rename it, and do not extract or repack it.