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.
66 stars 15 forks source link

Add Python data types to the data_handling module #111

Closed dragonejt closed 8 months ago

dragonejt commented 9 months ago

Changes

Testing

the-other-james commented 8 months ago

Hi @dragonejt, thanks for putting in this PR. I will take a look at this soon (currently pushing for a critical deadline). I agree that adding data types can help folks understand the code faster and I want to learn more about how they work in Python.

Thanks!