PeterJCLaw / srcomp

Reliable software for running robotics competitions
https://github.com/PeterJCLaw/srcomp/wiki
GNU General Public License v3.0
0 stars 1 forks source link

Improve delay handling with the static scheduler #10

Open PeterJCLaw opened 3 years ago

PeterJCLaw commented 3 years ago

At the moment delays just don't do anything for the static scheduler. One approach here might be to have the static scheduler default to relative times rather than absolute ones? That would allow easy configuration while still having a way for delays to apply.

PeterJCLaw commented 2 years ago

Another alternative would be to introduce a separate kind of knockout schedule, where the rounds/entrants/progression is defined statically but the times are computed automatically as they are for the league and the automatic scheduler.