ChristopherRabotin / smd

Space Mission Design - A SPICE-enhanced continuous thrust interplanetary mission propagator and vizualizer
MIT License
26 stars 5 forks source link

Lawden's spiral #16

Open ChristopherRabotin opened 7 years ago

ChristopherRabotin commented 7 years ago
r = (r_s*(sin alpha)^6)/(1-3*(sin(alpha))^2)
theta = theta_0 - 4*alpha-3*cotan(alpha) -- cotan == cot
ChristopherRabotin commented 7 years ago

After reading Petropoulos' paper on different spirals, it seems tha Lawden may not be great as it's only applicable to small flight paths.

ChristopherRabotin commented 7 years ago

Several attempts to fix my implementation of Lawden's spiral have failed. I don't know why. As like for #10 , I don't need this for my thesis (yet), so I'll skip it for now.