cFS-GroundSystem
cFS-GroundSystem copied to clipboard
The Core Flight System (cFS) Ground System Lab Tool (cFS-GroundSystem)
**Describe the bug** The Telemetry, GenericTelemetry, and EventMessage UIs will not show message data from the 'Selected IP Address' spacecraft telemetry when multiple spacecraft are detected. **To Reproduce** Steps to...
**Describe the bug** User receives `AttributeError: 'int' object has no attribute 'isdigit' ` when manually entering array_sizes for parameters. **To Reproduce** Steps to reproduce the behavior: 1. undef OS_MAX_PATH_LEN 1....
**Describe the contribution** - Fixes #220 - Missing struct members added (PSP version info) to `cfe-es-hk-tlm.txt` **Testing performed** GitHub CI actions passing successfully, and local test confirms ES HK Telemetry...
**Describe the contribution** - Fixes #234 - Missing and misnamed/sized variables corrected in the tlm.txt files. **Testing performed** GitHub CI actions all passing successfully, and local test confirmed added variable...
**Describe the contribution** - Fixes #218 - Removed out-of-date description text. **Testing performed** GitHub CI actions passing successfully and tested locally with Build + Run. **Expected behavior changes** None. **Contributor...
**Is your feature request related to a problem? Please describe.** Its frustrating when opening the command GUI I need to edit the appropriate text file in order to modify the...
**Describe the bug** Couple of incorrect/misnamed variables in the tlm.txt files. **Code snips** `GetPipeIdByNameErrorCounter` HK variable missing here after `DuplicateSubscriptionsCounter`, and `Spare2Align` is now only 1 byte in size, not...
**Describe the bug** The dropdown in the main window indicates "All" or "127.0.0.1" as options. When "All" is selected, it seems to work fine, but a Python exception is thrown...
* brew to install pyqt5 * instead brew to install zeromq, install pyzmq via pip3 **Describe the contribution** A clear and concise description of what the contribution is. - With...
**Describe the bug** ES HK Tlm window closes with: ``` Traceback (most recent call last): File "/xxx/cFS/cFS-GitHub/tools/cFS-GroundSystem/Subsystems/tlmGUI/GenericTelemetry.py", line 110, in process_pending_datagrams self.display_telemetry_item(datagram, k, item_label, item_value) File "/xxx/cFS/cFS-GitHub/tools/cFS-GroundSystem/Subsystems/tlmGUI/GenericTelemetry.py", line 77, in...