MelbourneHighSchoolRobotics / ev3sim

A simulator for soccer robots programmed with ev3dev.
https://ev3sim.mhsrobotics.club
Other
11 stars 8 forks source link

Create framework for automating simulations with different robot parameters #89

Open peter-drew opened 4 years ago

peter-drew commented 4 years ago

No idea how this would work at the moment and not a priority. This is sort of related to #84 in that the notification to the robot could be used to track program effectiveness.

glipR commented 4 years ago

I think want might be easiest for this is just to give the robot the ability to kill_simulation, then they can run a bash script to repeatedly run ev3sim. To pass arguments to the bots I think its best they automate on their end (IE make a file with arguments, and the bash script modifies this file inbetween runs)

glipR commented 4 years ago

Additionally adding some more events for game end and halftime should also be done.