Rapid-Design-of-Systems-Laboratory / beluga

General purpose indirect trajectory optimization
Other
25 stars 6 forks source link

Direct.py appends final time as a state when it should be a parameter #179

Closed SeanMatthewNolan closed 5 years ago

SeanMatthewNolan commented 5 years ago

Final time is appended as a state with rate 0. This should be a parameter. Also, it should be labeled with a '_f' as to not be confusing.

msparapa commented 5 years ago

Remnants from back when I was trying to append time as a state 🙄