I THINK that the single shooter is ok. I can always improve it later

This commit is contained in:
rconnorjohnstone
2021-06-17 23:36:50 -06:00
parent 2c39c34f01
commit 966f954528
13 changed files with 170 additions and 61 deletions

View File

@@ -1,4 +1,4 @@
using LinearAlgebra, JuMP, Ipopt
using LinearAlgebra, ForwardDiff, Blink, PlotlyJS
include("constants.jl")
include("conversions.jl")
@@ -6,3 +6,5 @@ include("spacecraft.jl")
include("plotting.jl")
include("laguerre-conway.jl")
include("propagator.jl")
include("result.jl")
include("single_shoot.jl")