Skip to content

Releases: zauberzeug/rosys

Robot Brain dev ui

21 Oct 05:52
Compare
Choose a tag to compare
  • providing lizard firmware with dev tools
  • developer_ui for Robot Brain to restart, configure and flash the microcontroller

lizard firmware

21 Oct 05:08
Compare
Choose a tag to compare
  • improved visualization for driving along a spline
  • killing own process after uvicorn shutdown; this ensures we have no subprocesses which could block restart
  • improved/fixed rosys.time()
  • do not run detection on broken images
  • latest Lizard firmware is now packaged within the RoSys docker image

"spawn" instead of "fork"

16 Oct 12:58
Compare
Choose a tag to compare

fixed dependencies

06 Oct 04:31
Compare
Choose a tag to compare

Missed some dependencies in v0.6.7.

time schedule and new NiceGUI

06 Oct 04:03
Compare
Choose a tag to compare
  • introducing time schedule to start/stop automations according to a time table
  • ability to track and visualize the automation flow
  • allow speeding up RoSys time in simulation
  • implemented more intuitive steering formula with smooth deadbands between 100 and 120 degrees
  • support for non-mjpeg usb cameras
  • introduce forward-only driving mode
  • switched to NiceGUI 0.9 (change from page context to page decorators)
  • show notifications on all pages
  • bugfixes and performance optimizations
  • removed some obsolete dependencies

performance

08 Sep 03:10
Compare
Choose a tag to compare
  • fixing poetry installation in docker build
  • performance improvements
  • don't let timelapse recorder depend on rosys.vision

bugfixes

07 Sep 04:37
Compare
Choose a tag to compare
  • removing "icecream" usage to not rely on this dependency
  • fix image links when used behind reverse proxy

naming and fixed dependencies

03 Sep 11:10
Compare
Choose a tag to compare
  • consistently using lower_case aliases for object classes with side-effects
  • improve packaging (analysis and system instead of debugging and timelapse)
  • fixed dependencies
  • fixing module reference on https://rosys.io

mkdocs

01 Sep 06:20
Compare
Choose a tag to compare

Try fix reference in documentation.

KPIs

01 Sep 05:47
Compare
Choose a tag to compare
  • introduction of KPIs
  • more general camera calibration with 3d rotation instead of yaw and tilt
  • fixed app controls