This pacakge contains a simplified version of the software developed by the National Institute for Space Research (INPE) for tuning the attitude control gains of the Amazonia 1B satellite.
Install the package using:
julia> using Pkg
julia> Pkg.add(url="https://github.com/JuliaSpace/SatelliteAttitudeControlDesign.jl")After installing the package, the application can be started using:
julia> using SatelliteAttitudeControlDesign
julia> SatelliteAttitudeControlDesign.exec()