Simulation experiments corresponding to the paper "B-Dot Is Not Optimal: Better Detumbling with Non-monotonic Lyapunov Functions"
This repository contains its own Julia 1.8 environment, specified by the Project.toml
and Manifest.toml
files. To activate the environment, start Julia in the project root directory and run julia> ] activate .
The directories in this project serve the following purposes:
src
: Julia source codescripts
: Standalone Julia scripts that calls code insrc
to run experiments, etc.final
: Standalone scripts that are used to generate data and figures that are in the paper. Scripts that start withplot_*
read data fromdata
and generate figure files infigs
.figs
: Figures generated by scriptsdata
: Data generated by scripts
Written on overleaf here