Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@m-decoster m-decoster released this 17 Dec 08:21
· 11 commits to main since this release

This release includes significant updates and additions to the airo-tulip repository, focusing on the implementation of a dashboard server, installation scripts, and dependency management. Here are the most important changes:

Dashboard Server Implementation:

  • Added a new folder ./dashboard containing the implementation of a dashboard server that allows remote control of KELO's peripherals such as the UR arm.
  • Implemented the server, handlers, and example client for the dashboard in airo_tulip_dashboard.

Installation Script:

  • Added an install.sh script to install necessary dependencies and set up the environment for the KELO Tulip and AIRO Tulip packages.
  • Modified the README.md to include instructions for running the install.sh script.

Dependency Management:

  • Updated pyproject.toml to include new dependencies and version updates.

Utility Scripts:

  • Added and updated several utility scripts to manage the starting and stopping of services such as the UR arm and Tulip server. These scripts no longer require SSH access, but can be executed remotely via the Dashboard server over TCP.

Changelog:

  • Introduced a CHANGELOG.md file to document all notable changes in the repository.