Skip to content

Releases: CloudStationTeam/cloud_station_web

v4.0

29 Jan 07:18
079c437
Compare
Choose a tag to compare

Version 4.0

Changelog:
UI: Separated control (left column) from status info (telemetry, right column)
Deploy script vastly simplified for AWS or other cloud deployment
Upgraded from Django 2 to Django 5 (and multiple other libraries upgraded versions)
Complete overhaul of backend client/server comms to use websocket only (previously a custom URL was needed for each drone command)
Complete overhaul of connect/disconnect to drone code architecture which is resilient to any user actions and and network interruptions
Changed how user flies to, arms, modes all set (previous version was confusing and buggy interface with icons and dropdown menus on map)
Removed support for multiple drones at this time (was partially functional and backend architecture would still support reintroduction of multiple drones)
Removed v 3.0 waypoints at this time (was a student project, not functional as it would crash the drone and disconnect randomly)
Added support for quadcopter, fixed wing, rovers on back end (still only front end quadcopter for mode selection)
Other misc improvements/changes/bug fixes

CloudStation 3.1 Release

20 Dec 02:17
cc65bfe
Compare
Choose a tag to compare
Pre-release

Added new features.

CloudStation 3.0 Release

13 Dec 04:43
d67cce7
Compare
Choose a tag to compare

Release Notes:
Team: Team 3.
Kindly refer to: waypoints.
New features (and edits to previous features):
It now works for CloudStation Deployment on Amazon Web Services Linux 22.4 (with the newest Pymavlink version).
Edited Docs.
Google Maps API (AutoComplete API, GPS API, Elevation API).
Waypoints (FG, BG, Auto), fly_to, mode.
GPS, Lidar Data. (Not Tested).
Other things (logs, sanitize_text, etc.).

CloudStation 2.0 Release

14 Dec 10:16
34153c5
Compare
Choose a tag to compare

CloudStation 2.0 Release by Chris Zhang, Hyun Jay Yang, and Lindsey Garcia

This release is the latest fully tested commit as of Dec. 14, 2020 (see linked commit to the left) that includes all recent feature updates and bug fixes. Any non-release commit may be developmental and is not guaranteed to be stable or include all working features. This is NOT an executable and cannot be run by downloading. To deploy CloudStation v2.0, please refer to the deployment instructions.

Changes

  • New Feature: Added "Other Data" section, which allows users to customize displayed telemetry data
  • Moved Mapbox token location from map.js to settings.py
  • Changed altitude units from mm to m
  • Fixed bug that would periodically refresh the drone pop up menu, making it difficult to use the dropdown menu
  • Fixed bug that caused page to redirect to an empty "false" page when changing flight modes

CloudStation 1.0 Release

14 Dec 10:08
Compare
Choose a tag to compare

Original CloudStation version by Mina Bedwany, Lyuyang Hu, Zeyu He, Hunkyu Lee, Jace Mica, and Omkar Pathak