oresat / oresat-adcs-software

A Linux service for managing the ADCS on oresat.
GNU General Public License v3.0
7 stars 2 forks source link

Drag forces not implemented correctly #8

Open mee5-pdx opened 2 months ago

mee5-pdx commented 2 months ago

Currently in the Satellite class in the structure.py file, the drag_forces behavior is a copy-paste of the srp_forces. This means the drag equations need to be implemented.