nasa / OnAIR

The On-board Artificial Intelligence Research (OnAIR) Platform is a framework that enables AI algorithms written in Python to interact with NASA's cFS. It is intended to explore research concepts in autonomous operations in a simulated environment.
58 stars 14 forks source link

Implement conversion functions for telemetry #116

Open the-other-james opened 7 months ago

the-other-james commented 7 months ago

Live telemetry sources (such as #42 ) are often in a binary format that needs to be converted to actual units. For example, an ADC may report a temperature as a 16 bit value that needs to be converted to degrees Celsius.