Skip to content

Releases: deltacv/EOCV-Sim

Latest Development Build

04 Jun 17:25
Compare
Choose a tag to compare
Pre-release

This release contains the latest version of EOCV-Sim in the dev(elopment) branch! Stability is not guaranteed, use it at your own risk.

v3.8.3 - Plugin Classloader major optimization

05 Nov 06:22
cff0ea2
Compare
Choose a tag to compare

This is the 28th release for EOCV-Sim

For a list of all changes, please now refer to the README.

v3.8.2 - Synchronization bug fixes

04 Nov 21:14
df34e30
Compare
Choose a tag to compare

This is the 27th release for EOCV-Sim

For a list of all changes, please now refer to the README.

v3.8.1 - Shadow jar merge service files hotfix

29 Oct 19:28
2f3ed3f
Compare
Choose a tag to compare

This is the 26th release for EOCV-Sim

For a list of all changes, please now refer to the README.

v3.8.0 - Major Plugin System Rework

29 Oct 08:21
1180f5c
Compare
Choose a tag to compare

This is the 25th release for EOCV-Sim

For a list of all changes, please now refer to the README.

v3.7.1 - Better FTC VisionPortal support & Plugin System Fixes

29 Sep 14:48
da892d5
Compare
Choose a tag to compare

This is the 24th release for EOCV-Sim

For a list of all changes, please now refer to the README.

v3.7.0 - FTC SDK 10.1 & Refined Plugin System

22 Sep 03:31
a2c4207
Compare
Choose a tag to compare

This is the 23rd release for EOCV-Sim

For a list of all changes, please now refer to the README.

v3.6.0 - Plugin System & Into the Deep AprilTags

09 Sep 10:07
bf37fa2
Compare
Choose a tag to compare

This is the 22nd release for EOCV-Sim

Changelog:

  • Addresses the changes made in the FTC SDK 10.0 for the 2024-2025 season:
    • Adds the INTO THE DEEP AprilTag Library with accurate tag locations.
  • Brand-new plugin system for EOCV-Sim, allowing for easy integration of new features and libraries from the community (documentation pending, oops).
  • Adds the ability to load plugins from the user's filesystem.
  • Implements virtual filesystem for plugins, allowing for a sandboxed environment away from the user's filesystem.
  • Implements whitelist and blacklist for plugins and dynamically loaded pipelines, allowing for a sandboxed environment.

v3.5.3 - Android Paint constructor fix

06 Aug 18:43
5c5d99f
Compare
Choose a tag to compare

This is the 21st release for EOCV-Sim

Bug fixes:

  • Addresses #110 by properly cloning underlying skiko Paint in android.graphics.Paint(Paint) constructor

v3.5.2 - CenterStage AprilTags

25 Sep 00:08
dedbbe4
Compare
Choose a tag to compare
  • This is the 20th release for EOCV-Sim.

Changelog:

  • Addresses the changes made in the FTC SDK 9.0 for the 2023-2024 season:
    • Adds the CENTERSTAGE AprilTag Library with accurate tag locations
  • Exceptions thrown from OpenCvCamera/VisionPortal's attached user code created within OpModes is now reported as part of EOCV-Sim's output dialog to allow for easier debugging