This repository is a successor-fork of the Bachelor thesis on "Efficient trajectory modelling for space debris evolution" at TUM in collaboration with ESA.
It is part of the LADDS project and acts as the central engine for calculating the trajectory updates on all simulated particles.
- C++17 Compiler
- CMake (>= 3.10)
build instructions for make:
mkdir build && cd build
cmake ..
make