cFS-GroundSystem icon indicating copy to clipboard operation
cFS-GroundSystem copied to clipboard

The Core Flight System (cFS) Ground System Lab Tool (cFS-GroundSystem)

Results 36 cFS-GroundSystem issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Every time I want to start TO telemetry, I have to provide the IP address (of `127.0.0.1`), there should be...

enhancement

**Is your feature request related to a problem? Please describe.** The auto-generated `.py` files that are created by `pyuic5` in order to interface between pyqt5 and the UI are unnecessarily...

enhancement

**Is your feature request related to a problem? Please describe.** Spawned from #138, failed for user on Ubuntu 16.04. **Describe the solution you'd like** Should check and report if minimum...

enhancement

**Is your feature request related to a problem? Please describe.** When I want to send a TC with a parameter using the Parameter Dialog: - Step 1: I fill in...

enhancement

**Is your feature request related to a problem? Please describe.** New users get confused about the lack of telemetry when sending commands. **Describe the solution you'd like** Make telemetry enabled...

enhancement

**Is your feature request related to a problem? Please describe.** GUI sets/interprets cfs version 1 headers, and then skips data to "support" the other header types. Can't set or display...

enhancement

**Describe the bug** Tried various settings to get a message limit of 4 (put 4 in each field) and none of them worked. Also doesn't accept 0x880 as a MsgId...

bug

**Is your feature request related to a problem? Please describe.** We currently duplicate changes to the groundsystem txt tlm definition files and the CCDD json files to support this element...

enhancement

**Describe the bug** The subscription report control commands (CFE_SB_SEND_PREV_SUBS_CC, CFE_SB_ENABLE_SUB_REPORTING_CC, CFE_SB_DISABLE_SUB_REPORTING_CC) don't work from the ground system since they use CFE_SB_SEND_HK_MID instead of CFE_SB_SUB_RPT_CTRL_MID. May want to remove them from...

bug

**Is your feature request related to a problem? Please describe.** The current operational concept of GroundSystem is to use multiple processes and rely on interprocess communication (IPC) to move data...

enhancement