srobo / competition-simulator

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

Update Robot.__init__ to match the SR2024 kit #431

Closed PeterJCLaw closed 9 months ago

PeterJCLaw commented 9 months ago

This includes emitting a nice warning for unsupported features. While we'd normally prefer not providing members/parameters which aren't supported, given how early this is in the user's code, it seems nicer here to have a warning rather than hard-fail.

Relates to https://github.com/srobo/competition-simulator/issues/407.