Releases: Hyperloop-UPV/software
[backend] v2.0.0-alpha.2
Minor fixes :P
[backend] v2.0.0-alpha.1
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
Pre-release backend with the new ADJ logic replacing the old ADE logic.
[control station] v1.3.0 First official Control Station release
This is the first version of the control station ready for the vehicle demonstration.
[ethernet view] v1.1.2 - Optimizations
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
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
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
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
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
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