Skip to content

Releases: TUDelft-CNS-ATM/bluesky

2023-11-22

22 Nov 10:14
c1d5243
Compare
Choose a tag to compare

Additions and fixes in this version:

  • New turn logic for drone simulation
  • Fix ctrl-zoom
  • Fix hidpi fonts in windows
  • Fix startup crash caused by Qt5 QApplication constructor change
  • Fix file dialog issue
  • Fix NumPy issues in Route
  • Added option to delete previously defined custom waypoints

2022-12-22

22 Dec 09:52
Compare
Choose a tag to compare

Bugfix release: Fixed bug where opening file dialog would crash BlueSky on Linux/Windows with PyQt6.

2022-12-21

21 Dec 14:39
Compare
Choose a tag to compare
  • Syntax check by AT command adapted to cope with command without argument types
  • VNAV descent mode now accounts for turndist in case of small altitude changes and large course deviations to make VNAV more robust for small vehicles.
  • Relocation of plugins to inside bluesky package (bluesky.plugins)
  • change vmax to actual speed fpor calculation dx to turnspd
  • Fixed importlib resource access problems for python versions < 3.10
  • Miscellaneous small fixes and edits

2022-9-19

19 Sep 09:56
Compare
Choose a tag to compare
  • BlueSky pypi package split into three packages: a source package (bluesky-simulator) and two data packages (bluesky-guidata and bluesky-simdata). Since BlueSky's data is big, but only changes rarely, putting it in separate packages saves pypi space and reduces download size for version updates of the code.
  • Reduced size of source package.
  • BlueSky resource access updated to provide multi-path access. When running from package, the $home/bluesky folder can now be used to provide additional data (plugins, scenarios, ...), or override package data (e.g., alternative navigation data). This works if the same folder structure is used (correct folders are created when bluesky is run for the first time)
  • Fix backward compatibility with Python < 3.9 (using importlib_resources)

2022-9-18

18 Sep 14:24
Compare
Choose a tag to compare
  • BlueSky pypi package split into three packages: a source package (bluesky-simulator) and two data packages (bluesky-guidata and bluesky-simdata). Since BlueSky's data is big, but only changes rarely, putting it in separate packages saves pypi space and reduces download size for version updates of the code.
  • Reduced size of source package.
  • BlueSky resource access updated to provide multi-path access. When running from package, the $home/bluesky folder can now be used to provide additional data (plugins, scenarios, ...), or override package data (e.g., alternative navigation data). This works if the same folder structure is used (correct folders are created when bluesky is run for the first time)

2022-07-19

19 Jul 14:06
Compare
Choose a tag to compare

Changes since last version (2022.5.27)

  • Revised path handling for bluesky data and configuration files
  • Fixes to TiledMap for HighDPI screens
  • Fixes to geofence plugin
  • CAS/Mach speed now correctly represented in gui
  • Added possibility for file importer plugins
  • Misc fixes

PyPI package release

27 May 08:46
Compare
Choose a tag to compare

Configured pip packaging

March 2017

23 Mar 15:29
Compare
Choose a tag to compare
20170323

Added docs for three new commands

December 2016

01 Dec 14:07
Compare
Choose a tag to compare
20161201

Some new command reference docs

20161108: Fixed argument parsing for float/int, added global exception catching…

08 Nov 08:20
Compare
Choose a tag to compare