Simulation experiments corresponding to the paper "Building a Better B-Dot: Fast 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
@inproceedings{willis2024building,
title={Building a Better B-Dot: Fast Detumbling with Non-Monotonic Lyapunov Functions},
author={Willis, Jacob B and Fisch, Paulo RM and Seletskiy, Aleksei and Manchester, Zachary},
booktitle={2024 IEEE Aerospace Conference},
pages={1--9},
year={2024},
organization={IEEE}
}