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
Reconsider naming convention for "vehicle_representation" #61
Was brought up that the name "vehicle_representation" maybe does not fully represent the work that the class it creates actually does. "Vehicle_representation" suggests health/housekeeping (to me), whereas the actual class carries something more like a state space (containing information about the platform/system AND the environment). Is there a more accurate name for this subsystem?
Was brought up that the name "vehicle_representation" maybe does not fully represent the work that the class it creates actually does. "Vehicle_representation" suggests health/housekeeping (to me), whereas the actual class carries something more like a state space (containing information about the platform/system AND the environment). Is there a more accurate name for this subsystem?