esa / pykep

PyKEP is a scientific library providing basic tools for research in interplanetary trajectory design.
http://esa.github.io/pykep/
GNU General Public License v3.0
334 stars 96 forks source link

NameError: name 'MU_SUN' is not defined #144

Closed Lpyshmily closed 3 years ago

Lpyshmily commented 3 years ago
>>> leg = sims_flanagan.leg(ts, xs, throttles, tf, xf, sc, MU_SUN)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'MU_SUN' is not defined
Lpyshmily commented 3 years ago

sorry, I'm wrong.