https://github.com/leocelente/leo-adcs-simulator
Orbit, Rigid Body Dynamics and Magnetic field simulation for Low-Earth-Orbit Spacecraft
https://github.com/leocelente/leo-adcs-simulator
adcs attitude cubesat low-earth-orbit orbital-simulation simulation
Last synced: about 1 month ago
JSON representation
Orbit, Rigid Body Dynamics and Magnetic field simulation for Low-Earth-Orbit Spacecraft
- Host: GitHub
- URL: https://github.com/leocelente/leo-adcs-simulator
- Owner: leocelente
- License: mit
- Created: 2021-07-23T21:55:03.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-01T07:32:42.000Z (almost 4 years ago)
- Last Synced: 2023-09-10T01:01:01.656Z (over 1 year ago)
- Topics: adcs, attitude, cubesat, low-earth-orbit, orbital-simulation, simulation
- Language: Python
- Homepage:
- Size: 961 KB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Satellite Simulation
This project started as an experimental, line-by-line Python port of the MATLAB Simulation
by Carlos Montalvo in his ADCS Seminar for LEO Satellites, available on his [YouTube Channel](https://www.youtube.com/c/CarlosMontalvo251/)
But as time passed, I started making more and more changes to the code structure and now I'm attempting to turn this
into a useful tool in the development of @zenitheesc CubeSats ADCS subsystems.[Link to the Original MATLAB](https://github.com/cmontalvo251/MATLAB/tree/master/ADCS_Seminar_Series)
## Roadmap
- Implement Models and Integration in C++ for better performance
- Visualize Attitude in a 3D environment
- Create a better overall data visualization, either a dedicated tool or using [ZenView](https://github.com/zenitheesc/ZenView)
## Reference:
Carlos Montalvo (2021). Montalvo Models, Simulations and Scripts (https://github.com/cmontalvo251/MATLAB), GitHub. Retrieved July 11, 2021.