Releases: MelbourneHighSchoolRobotics/ev3sim
Releases · MelbourneHighSchoolRobotics/ev3sim
v1.3.1 - Minor bug fix.
Fixes errors when no code is attached to simulation and an event occurs.
v1.3.0 - Events, Buttons and Minor dev changes
What's new since 1.2.0:
- Code helper method
wait_for_tick
, see https://ev3sim.mhscsr.club/ev3_extensions.html - Event system, see example code in
demo.py
(https://github.com/MelbourneHighSchoolRobotics/ev3sim/blob/main/ev3sim/robots/demo.py) - Button support! See the example code in
demo.py
andbot.yaml
for details.
v1.2.3 - wait_for_tick bug fix
Merge pull request #96 from MelbourneHighSchoolRobotics/write_waits Ensure `wait_for_tick` also waits for writes to occur.
v1.2.2 - add wait_for_tick
Merge pull request #92 from MelbourneHighSchoolRobotics/wait_for_tick Wait for tick
v1.2.1 - Installation bug fix
Merge pull request #77 from MelbourneHighSchoolRobotics/bump-version-…
v1.2.0 - Bot communications and Batched commands
- Adds bindings/code helpers for communications between bots. (https://ev3sim.mhscsr.club/ev3_extensions.html)
- Adds definable
batch
commands to avoid using multiple terminals (https://ev3sim.mhscsr.club/batched_commands.html) - Various bug fixes to sensors, as well as a bug occurring when left clicking objects in the sim.
- Slight changes to UI (nicer fonts, better alignment)
v1.1.0 - Soccer UI v2
Combination of a few recent changes, the big one being a fancy new UI for the soccer preset. It also has a clickable pause/play button!
Also included in this release is some demo code, in ev3sim/robots/demo.py
, that was previously mentioned in the docs.
Patch for attaching scripts.
Fixes the use of attach.py
to run code on the simulator.
Initial Release
Merge pull request #26 from MelbourneHighSchoolRobotics/rename_ev3sim Rename ev3sim