spacecraft-design-lab-2019 / documentation

Wiki lives in here
https://github.com/spacecraft-design-lab-2019/documentation/wiki
12 stars 3 forks source link

FSW & GNC Interfacing: Matrix Math #77

Open ashtofen opened 4 years ago

ashtofen commented 4 years ago

Consider defining class to act in place of NumPy in CircuitPython, if necessary

Trade how to store and send matrix indices to send to GNC code: lists, dictionaries, tuples, etc. Consider time efficiency, Python's capabilities, and the GNC team's needs.

To be started when GNC team is ready to test their control law.