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

Add plugin to write data to a .csv file. #115

Closed the-other-james closed 2 months ago

the-other-james commented 7 months ago

The ability to write data frames out to a .csv file (both low level and high level data) would aid in debugging, and running experiments. The use of .csv as a format fits well with the existing csv data source.