cFS-GroundSystem
cFS-GroundSystem copied to clipboard
ES HK Tlm window not opening
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 display_telemetry_item
value_field.setText(tlm_item_enum[tlm_index][int(tlm_field[0])])
IndexError: list index out of range
To Reproduce Steps to reproduce the behavior:
- Run ./core-cpu1
- Start GroundSystem.py
- Enable telemetry (cmd window, enable tlm, localhost)
- Open ES HK Tlm page (tlm window, Dispaly Page for ES HK Tlm)
- See error
Expected behavior Window should open
System observed on:
- Hardware: Docker/i5
- OS: Ubuntu 20.04
- Versions: Current bundle + #217
Additional context Probably just an out-of-sync packet description
Reporter Info Jacob Hageman - NASA/GSFC