Skip to content

Releases: zauberzeug/rosys

v0.7.0

18 Dec 08:52
Compare
Choose a tag to compare
  • upgrade to NiceGUI 1.0
  • profiling compatibility with Python 3.11
  • fixed path planning issues with deep edges
  • added documentation for play-pause-stop example (using automator)

v0.6.21

28 Nov 03:33
Compare
Choose a tag to compare
  • access to submodules without separate import statements
  • robot.robot_brain.developer_ui() now shows Lizard version and provides update buttons
  • lizard.txt is now called startup.liz
  • integrated checksums for lizard startup scripts to verify consistency
  • bugfixes

v0.6.20

11 Nov 04:05
Compare
Choose a tag to compare
  • auto-flash Lizard firmware
  • provide button to fetch latest Lizard version from GitHub
  • bugfixes

v0.6.19

04 Nov 10:24
Compare
Choose a tag to compare
  • providing simulation_ui
  • allow using track UI at multiple places
  • Lizard v0.0.20

v0.6.18

31 Oct 13:24
Compare
Choose a tag to compare
  • fixed imports

v0.6.17

31 Oct 12:42
Compare
Choose a tag to compare
  • fixed profiling "extra" dependencies
  • updated documentation about profiling "extra"

v0.6.16

31 Oct 10:17
Compare
Choose a tag to compare

Switching to Python 3.11 for the docker image.

Because profiling packages line-profiler and yappi are not yet working with Python 3.11, they are now optional dependencies. You can still install them when using Python 3.10 by running

python3 -m pip install rosys['profiling']

bugfix

31 Oct 03:19
Compare
Choose a tag to compare
v0.6.15

bugfix

custom hardware

30 Oct 03:14
Compare
Choose a tag to compare

Added example on how to drive with custom hardware in the documentation.

performance

29 Oct 06:13
Compare
Choose a tag to compare
  • huge performance improvements
  • greatly improved documentation
  • providing latest Lizard firmware in docker build
  • robot_brain ui: allow to enable ESP32 via button
  • bugfixes