RL related:
https://github.com/Kirkados/D4PG-Phase-3
A D4PG Implementation for manipulator-enabled spacecraft, tasked with capturing and stabilizing a piece of space debris. Trained entirely in simulation, it will be deployed to the Spacecraft Proximity Operations Testbed experimental facility at Carleton University.
https://github.com/wp6726454/waveglider_RL
https://github.com/DLR-RM/stable-baselines3
Stable Baselines3 (SB3) is a set of reliable implementations of reinforcement learning algorithms in PyTorch. It is the next major version of Stable Baselines.
Name | Categories | Source | Main Language(s) (Minors) | My Notes |
---|---|---|---|---|
Space Mission Design (smd) | Mission | ChristopherRabotin/smd | Go (Pythong, MATLAB) | Interplanetary Mission |
Nyx | Mission | nyx-space/nyx, official | Rust (C++) | astrodynamical toolkit library; 官方提到用于constellation |
Gmat | Mission | C++ (MATLAB, etc.) | ||
Open Space Toolkit | Mission | /open-space-collective | C++ (Python) | under developement |
Orekit | Astrodynamics | Java | ||
KubeSat | Constellation, Communication | IBM/spacetech-kubesat | Python | 基于NATS,一种网络消息处理系统;Kubernetes似乎是一种网络资源管理模式;轨道仿真基于Orekit(值得研究具体实现);重点在communications。 |
Hypatia | Constellation | snkas/hypatia | C++, Python | constellation由TLE计算;visualization值得学习;有Starlink/Kuiper数据;有paper |
Hypatia/ns3-sat-sim | Constellation, Communication | snkas/hypatia/blob/master/ns3-sat-sim | C++, Python | 应该是使用ns-3仿真星座中的通信链路;ns-3 is a discrete-event network simulator for Internet systems. |
satconsim | Constellation | cbassa/satconsim | Python | 主要仿真对地面astronomical观测的影响;有Starlink/Kuiper数据; |
spacetech-ssa | SSA, ML | IBM/spacetech-ssa | Python | 和我们发的文章idea极其相似但没有引用我们;有conjunction analysis并且似乎是重点(![]() |
Cosmographia | Visualization | |||
Hypatia/satviz | Visualization | snkas/hypatia/blob/master/satviz | Python (html) | 使用Cesium |
OpenSpace | Visualization | OpenSpace/OpenSpace | C++ | 介绍是用在astronomy的研究,但是有aerospace的例子。 |
Orbit simulator | Special Purpose | uhho/orbit_simulator | SGP4 | |
ns-3 Satellite Mobility Model | Special Purpose | ns3-satellite | 使用ns-3仿真卫星网络 | |
awesome-space | List | orbitalindex/awesome-space | ![]() |
PATRUIS (FOSS): a very complete library including as well basic classes and methods (as frame changes or orbital parameters conversions) as much higher level ones (orbital propagator, attitude laws or maneuvers sequence …).
Relation to Orekit???
Other softwares from CNES: A full list at: https://logiciels.cnes.fr/en/cat%C3%A9gorie-de-logiciel/dynamique-du-vol
42 is a comprehensive general-purpose simulation of spacecraft attitude and orbit dynamics. Its primary purpose is to support design and validation of attitude control systems, from concept studies through integration and test. 42 accurately models multi-body spacecraft attitude dynamics (with rigid and/or flexible bodies), and both two-body and three-body orbital flight regimes, modelling environments from low Earth orbit to throughout the solar system. 42 simulates multiple spacecraft concurrently, facilitating studies of rendezvous, proximity operations, and precision formation flying. It also features visualization of spacecraft attitude.
https://sourceforge.net/projects/fortytwospacecraftsimulation/
https://github.com/IBM/spacetech-kubesat
KubeSat is an open-source project for building a cognitive, autonomous framework for satellite constellations and swarms. It provides the framework needed to develop and operate tasks to be performed on Satellite. Also, it allows for the simulation and optimization of multi-satellite communications.
Too complicated for me now, as of 20210706.
News reports:
Based on
NATS
(What is it?)Kubernetes
(What is this?)Redis
(What is this?)https://github.com/IBM/spacetech-ssa
Low earth orbit (LEO) is a crowded place and the number of anthropogenic space objects (ASOs) entering LEO is rapidly escalating. With this population boom also comes the inevitable increase in close encounters (conjunctions) between objects. The heart of the space situational awareness (SSA) problem is to predict where ASOs are and where they are going; everything from a spec of paint to the International Space Station.
https://github.com/Kirkados/D4PG-SPOT
Code used to train a chaser spacecraft to capture a spinning target with a manipulator
https://github.com/Kirkados/AIAA_GNC_2021
A chaser quadrotor is tasked with learning how to track a target quadrotor on its own using deep reinforcement learning. In order to have the technique transfer well from training in simulation to a real experimental facility, the deep reinforcement learning is restricted to guidance-only. Velocity-based and acceleration-based guidance approaches are compared in the paper: Hovell, K., Ulrich, S., and Bronz, M., “Acceleration-based Quadrotor Guidance Under Time Delays Using Deep Reinforcement Learning,” AIAA Guidance, Navigation, and Control Conference, Nashville, TN, 11-21 Jan, 2021.
These two cannot run under Windows because they requries the package pyvirtualdisplay
for rendering.
Cosmographia is a visualization program rendering the solar system and its bodies in 3D to create a freely navigable map of the solar system. The program allows manipulation of time and camera (observer) position. It can use SPICE data to visualize trajectory, orientation, and sensors flown on and observations taken by interplanetary spacecraft, to support scientific or engineering analysis, and perhaps even public outreach.
NAIF offitial site: https://naif.jpl.nasa.gov/naif/cosmographia.html
User's Guide: https://cosmoguide.org/