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
Remove orjson dependency, switch to python standard json #63
There are concerns that orjson won't compile for some architectures like microblaze and risc-v. Since we don't gain anything by orjson (json is only used at startup so speed is not a concern), we should just switch to the include json library.
There are concerns that orjson won't compile for some architectures like microblaze and risc-v. Since we don't gain anything by orjson (json is only used at startup so speed is not a concern), we should just switch to the include json library.