srobo / competition-simulator

A simulator for Student Robotics Virtual Competitions
https://studentrobotics.org/docs/simulator/
MIT License
8 stars 2 forks source link

Import new fixed marker sizes #417

Closed PeterJCLaw closed 9 months ago

PeterJCLaw commented 10 months ago

Now that we have more marker id space, we've allocated ranges of markers which will be fixed sizes for essentially all future games. We should import these into the simulator.

See https://github.com/srobo/sr-robot/blob/a1c7d2e5f21d1d482d2b2ff1d99110865ecb392e/sr/robot3/game_specific.py#L7-L11

PeterJCLaw commented 10 months ago

Blocked on #377.