Skip to content

Releases: Meisdy/Speech-to-Code-Generation-for-Collaborative-Robots

v1.2.1

16 Apr 12:35

Choose a tag to compare

Bugfix:

  • Fixes backend downwards compatibility issues with python 3.8

Note for manual users: This zip contains source code only (no installer). Follow the setup guide at Setup/README.md, which uses the lnstaller.

v1.2.0

13 Apr 13:21

Choose a tag to compare

Bug Fixes

  • Fixed instant gripper command failure after UR activation (increased settling delay)
  • Fixed doubled command execution on UR startup
  • Fixed GUI window always-on-top behavior
  • Removed redundant pose overwrite functionality

Improvements

  • Removed unused get_status backend method
  • Streamlined robot type validation with helper function
  • Updated mock controller initialization and documentation
  • Removed legacy constants for old motion polling logic

Documentation

  • Added UR official documentation links to controller docstrings
  • Enhanced code comments for timing constants and configuration
  • Added extension ideas to documentation
  • Fixed typos and grammar throughout

New Tools

  • Added timing analysis script for evaluation data
  • Added ASR confidence analysis script

Refactoring

  • Improved Frontend/Backend communication timeout handling
  • Cleaned up redundant move handling logic in parser
  • Removed unnecessary sys.path modifications

Note for manual users: This zip contains source code only (no installer). Follow the setup guide at Setup/README.md, which uses the lnstaller.

v1.1.4

06 Apr 11:48

Choose a tag to compare

Bug fixes

  • Installer no longer sets the backend shortcut to run as Administrator — the shortcut now inherits the installer's de-elevated permissions as intended.

New features

  • mock adapter now supports freedrive commands ({"action": "freedrive", "active": true/false}).
  • Frontend GUI now spawns as the foremost window on launch.

Note for manual users: This zip contains source code only (no installer). Follow the setup guide at Setup/README.md, which uses the lnstaller.

v1.1.3

04 Apr 14:39

Choose a tag to compare

fix: changes src directory so it is modifyable by default user

v1.1.2

02 Apr 15:31

Choose a tag to compare

fixes backend permission issue when started through desktop shortcut

v1.1.1

02 Apr 13:53

Choose a tag to compare

Fixes the predownloaded whisper model to match config file

Release v1.1.0

02 Apr 08:42

Choose a tag to compare

What's new

  • Script recording and replay with loop control
  • Per-step correction in the confirmation panel
  • Auto-select Mock adapter for zero-hardware testing
  • Prompt engineering improvements for pick/place and vague commands
  • Bug fixes: position saving, ASR quality, GUI window placement

Release v1.0.1

26 Mar 16:01

Choose a tag to compare

Release fixes the bug where the uninstaller for the backend did not remove the shortcut for the backend on the Desktop.

Speech-to-Code Framework v1.0.0

26 Mar 15:34

Choose a tag to compare

First stable release for thesis evaluation.

What's included

  • Frontend installer (Windows 11)
  • Backend installer (Windows 11, Mock and UR adapters)
  • Uninstallers for both components
  • Hints on Network and Configuration settings

Assets

  • stcgcr-frontend.zip — frontend application (use with setup_frontend.ps1)
  • stcgcr-backend.zip — backend server (use with setup_backend.ps1)

Adds backend installer / uninstaller

25 Mar 16:47

Choose a tag to compare

Pre-release
v0.3.0

fix: uninstall now removes cached uv libs and py libs correctly