Skip to content

Releases: Hyperloop-UPV/software

[backend] v2.0.0-alpha.2

06 Dec 23:32

Choose a tag to compare

Pre-release
Minor fixes :P

[backend] v2.0.0-alpha.1

03 Dec 21:24
64755f7

Choose a tag to compare

Pre-release
Merge pull request #177 from HyperloopUPV-H8/backend/array-to-map

[backend][3] ADJ alpha.1 - Add array-to-map logic

[backend] v2.0.0-alpha First ADJ implementation

02 Dec 18:43
f47c01e

Choose a tag to compare

Pre-release backend with the new ADJ logic replacing the old ADE logic.

[control station] v1.3.0 First official Control Station release

19 Jul 08:21

Choose a tag to compare

This is the first version of the control station ready for the vehicle demonstration.

[ethernet view] v1.1.2 - Optimizations

23 Jun 07:55
e745867

Choose a tag to compare

This release makes multiple optimizations to the backend. It also implements a new "Warning" message with a string body the boards can send.

Remember to change the config files and report any bugs!

[ethernet view] v1.1.2-pre - Logger Playback fixes

01 Jun 11:37
dfc047c

Choose a tag to compare

Pre-release fixing some bugs with the logger playback feature. The full release will also feature new order types and an excel parsing rework.

[ethernet view] v1.1.1 - Timestamp Fix

30 May 11:50
cb3818c

Choose a tag to compare

Just a small release to fix a logger bug where the timestamps would set the day to the month number.

[ethernet view] v1.1.0 - State Orders

23 May 11:06
57521f4

Choose a tag to compare

This release includes the following:

  • State Order implementation
  • Millisecond timestamp on charts
  • Other QoL and bug fixes

Remember to change the config.toml and report any bugs you find!

[ethernet view] v1.0.2 - Logger Timestamp error

15 May 10:21
13f32b5

Choose a tag to compare

This version fixes some bugs related to the logger timestamps:

  • On windows, the log file timestamp had an invalid file name and the file itself used at some point forward slashes.
  • The timestamp for the data packets was the packet timestamp instead of the logger timestamp, which could lead to multiple log folders per session.

As always, remember to replace the config.toml and report any bugs!

[ethernet view] v1.0.1 - Logger Hotfixes

10 May 10:45
97b6307

Choose a tag to compare

Logger Hotfixes

This version fixes some bugs of the logger related to file manipulation and memory representation of such files, to summarize:

  • The logger was using already closed files to store data
  • All logs were stored using the same initial timestamp, making it impossible to log multiple sessions without restarting the backend