Skip to content

Releases: ByteSizedRobotics/rover-ui

v1.0.1

25 Nov 20:39

Choose a tag to compare

small cam change

v1.0.0

25 Nov 03:42

Choose a tag to compare

Final release for capstone pt 2

v0.3.4

10 Oct 13:53

Choose a tag to compare

  • Fix command center

v0.3.3

10 Oct 13:32

Choose a tag to compare

  • Small API changes
  • Initial schema updated
  • Updated docker-compose

Full Changelog: v0.3.2...v0.3.3

v0.3.2

10 Oct 00:17

Choose a tag to compare

Needed also to update so 2 hardcoded images are included in the static/upload folder so they can be displayed on UI

v0.3.1

09 Oct 23:44

Choose a tag to compare

Pipeline for building/pushing new docker image for UI was broken so creating new release now.

v0.3.0

08 Oct 19:50

Choose a tag to compare

CEG4913 - Midterm - Fall 2025

What's Changed

  • 21 create post api endpoint to upload pothole images by @syeadz in #22
  • Create tests and testing pipeline by @syeadz in #46
  • Paths api by @syeadz in #55
  • Rover api by @syeadz in #56
  • Centralized command centre data and camera persistence by @maxcouture02 in #62
  • Map improvements, Reset camera+lidar canvas upon disconnect, fix webRTC cam stream not connecting by @TheHiberNate in #64

Full Changelog: v0.2.0...v0.3.0

v0.2.0

02 Apr 16:11
4fe9e0b

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

Rover UI - Semester 1, Final Presentation

Features Implemented

  • Manual control
  • Leaflet map integration

v0.1.0

14 Feb 02:20
d7667f1

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

Rover UI First Release

Features Implemented

  • Login/Register functionality with database integration and cookies, with sign out
  • View list of available rovers stored in database
  • Base database schema defined (PostgreSQL with PostGIS extension)

Next steps

  • Add maps integration
  • Add dashboard for rovers
  • Create tests