OpenC3 COSMOS Core 6.8.1 - Bug fixes
Welcome to OpenC3 COSMOS Core 6.8.1!
We fixed a few bugs discovered in COSMOS 6.8.0 around the new Queue feature as well as a Telemetry Grapher timezone issue. Everyone is encouraged to update and read the full 6.8.0 release notes for all the changes in COSMOS 6.8!
Enhancements
- Move the raw-dialog to the top of the app window if dropped above it
Bug Fixes
- Fix releasing commands when OPENC3_DEFAULT_QUEUE is set
- Check for existing queue upon initialization if OPENC3_DEFAULT_QUEUE is set
- Fix TlmGrapher timezone crash
- Fix z-index of raw dialogs in CmdTlmServer
All Pull Requests
- Fix TlmGrapher timezone crash by @ryan-pratt in #2346
- Move the raw-dialog to the top of the app window if dropped above it by @ryan-pratt in #2348
- [Bug] Queues by @clayandgen in #2349
- Bump the npm_and_yarn group across 16 directories with 1 update by @dependabot[bot] in #2342
- Bump z-index of cmdtlmserver top panel by @jmthomas in #2350
Prerequisites:
Docker - Running OpenC3 requires a working Docker or Podman installation. Typically Docker Desktop on Windows / Mac. Plain Docker or Podman also works on linux. We actively develop and run with Docker Desktop on Mac/Windows, and Linux on Raspberry Pi, so if you have any issues on another platform, please let us know by submitting a ticket!
Minimum Resources allocated to Docker: 4GB RAM, 1 CPU, 80GB Disk
Recommended Resources allocated to Docker: 16GB RAM, 2+ CPUs, 100GB Disk
Also requires docker compose version 1.27+
To Run:
- git clone https://github.com/openc3/cosmos-project.git cosmos-myproject
- cd cosmos-myproject
- Run Linux/Mac: ./openc3.sh run
- Run Windows: openc3.bat run
- Connect a web browser to http://localhost:2900/
- Have fun running OpenC3 COSMOS!
Please see our documentation at https://openc3.com
Try it out and let us know what you think! Please submit any issues as Github tickets, or any generic feedback to support@openc3.com.
Thanks!
Full Changelog: v6.8.0...v6.8.1