Skip to content

Releases: sourcebots/sbot

Version 1.2.0

03 May 17:30
b5c084e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.2.0

v0.11.0

03 May 13:51
44cfc08
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...v0.11.0

v0.10.1

07 Aug 16:48
fbbb9d6
Compare
Choose a tag to compare

What's Changed

  • Update j5 & j5-zoloto and bump version to 0.10.1 by @tpoomlmly in #283

Full Changelog: v0.10.0...v0.10.1

Release 0.10.0

07 Aug 14:32
c2abee0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

Release 0.9.0

30 Jul 17:13
f33fc45
Compare
Choose a tag to compare
  • Update to j5 0.13.1
  • Update vision to j5-zoloto 0.1.0

New Contributors

Release 0.8.0

17 Feb 17:50
da52270
Compare
Choose a tag to compare
  • Update to j5 0.9.0
  • Add support for multiple environments
  • Working vision

Release 0.7.0

14 Aug 16:47
0dc9b6a
Compare
Choose a tag to compare

Metadata is now no longer loaded until just after the start button is pressed. Trying to access metadata (Robot().metadata, Robot().zone or Robot().is_competition) before the start button has been pressed will now result in a MetadataNotReadyError.

Release 0.6.2

13 Aug 22:18
a40a77f
Compare
Choose a tag to compare

Updates j5 to v0.7.6, which pulls in:

  • Improve error message produced when buzz requests are sent to the power board too quickly.

Release 0.6.1

13 Aug 14:01
6e7f64a
Compare
Choose a tag to compare

j5 has been updated to v0.7.5, having the following effects:

  • The timeout on serial reads in the SB Arduino hardware backend has been increased to accommodate the fact that it may take up to 1 second for a response to an ultrasound command to be sent.
  • The error message that typically occurs when trying to communicate with a servo board that has no 12V power has been improved for clarity.

Release 0.6.0

13 Aug 09:03
e1c691f
Compare
Choose a tag to compare
  • Change match duration from 180s to 120s to match Smallpeice 2019 rules.
  • The exception for accessing a singular board property now occurs at the point of attribute access, not Robot initialisation.
  • Auxiliary board groups are now public