Table of Contents
Aerospace Codes and Softwares
Other Similar Lists
TODOs
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.
Table
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 | ![]() |
Earth Observaion Image Processing
General Flight Dynamics
CNES, PARTUIS (FOSS)
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
NASA, 42 (MATLAB, C) (FOSS)
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/
Constellation
IBM/spacetech-kubesat
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?)- https://toutiao.io/posts/p883vaw/preview NATS是一个开源、轻量级、高性能的分布式消息中间件,实现了高可伸缩性和优雅的Publish/Subscribe模型,使用Golang语言开发。
- https://zhuanlan.zhihu.com/p/40871363 核心基于EventMachine开发,原理是基于消息发布订阅机制,每台服务器上的每个模块会根据自己的消息类别向MessageBus发布多个消息主题,而同时也向自己需要交互的模块,按照需要的主题订阅消息。能够达到每秒8-11百万个消息,整个程序很小只有3M Docker image,它不支持持久化消息,如果你离线,你就不能获得消息。使用nats streaming可以做到持久化,缓存等功能。
- Similar
Kubernetes
(What is this?)- https://zhuanlan.zhihu.com/p/29232090 是一个开源的 Linux 容器自动化运维平台,它消除了容器化应用程序在部署、伸缩时涉及到的许多手动操作。换句话说,你可以将多台主机组合成集群来运行 Linux 容器,而 Kubernetes 可以帮助你简单高效地管理那些集群。构成这些集群的主机还可以跨越公有云、私有云以及混合云。
Redis
(What is this?)- https://www.jianshu.com/p/01b37cdb3f33 Redis 是一个 Key-Value 存储系统。Key-Value Store 更加注重对海量数据存取的性能、分布式、扩展性支持上,并不需要传统关系数据库的一些特征,例如:Schema、事务、完整 SQL 查询支持等等,因此在分布式环境下的性能相对于传统的关系数据库有较大的提升。
Space Situational Awareness (SSA)
IBM/spacetech-ssa
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.
RL attitude control: Kirkados/D4PG-SPOT and AIAA_GNC_2021
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.
Visualization
NASA NAIF, Cosmographia
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/