Skip to content

Releases: zauberzeug/rosys

v0.9.9

06 Jan 05:24
Compare
Choose a tag to compare

New features and enhancements

v0.9.8

27 Dec 10:20
Compare
Choose a tag to compare

Update to NiceGUI 1.4.8.

v0.9.7

27 Dec 08:25
Compare
Choose a tag to compare

New features and enhancements

  • Disable resume button if automator is disabled (#64 by @rodja)

Bugfixes

  • Preventing division through zero in simulation (71da115 by @rodja)

v0.9.6

22 Dec 07:53
Compare
Choose a tag to compare

New features and enhancements

Bugfixes

  • Avoid scanning for USB cameras to block the main thread (#25, #62 by @rodja)
  • Fix USB cameras not being found when plugged into a different port (#25, #35 by @NiklasNeugebauer)

v0.9.5

26 Nov 15:56
30b800e
Compare
Choose a tag to compare

New features and enhancements

v0.9.4

06 Nov 03:33
Compare
Choose a tag to compare

Bugfix: corrected parameter name for Esp in robot_brain_hardware.py.

v0.9.3

03 Nov 15:01
Compare
Choose a tag to compare

New features and enhancements

  • Use latest Lizard 0.1.7 and NiceGUI 1.4.1

  • Introduce PersistentModule mixin (#26 by @falkoschindler)

Bugfixes

Others

v0.9.2

11 Oct 13:41
Compare
Choose a tag to compare

New features and improvements

Bugfixes

v0.9.1

28 Sep 14:35
Compare
Choose a tag to compare
  • fix lots of mypy and pylint issues
  • make translator globally accessible
  • introduce area_manipulation module
  • introduce soft estop
  • introduce parallize module for running coroutines in parallel
  • improve performance of RTSP cameras

v0.9.0

15 Jul 05:20
Compare
Choose a tag to compare
  • based on NiceGUI 1.3.2 (which allows to access the robot remotely via ui.run(on_air=True))
  • rtsp camera support
  • fix path tracking issue at the end of splines
  • typing corrections and cleanups