Skip to content

Using Aviary to only simulate and not optimize a specified mission #499

Answered by jkirk5
superlil27 asked this question in Q&A
Discussion options

You must be logged in to vote

By default Aviary uses the collocation method to solve the trajectory - this method is powerful, but always requires optimization, as that is how the method also ensure that the chosen trajectory is feasible. In your case, since you don't mind if a trajectory isn't optimal, just feasible, a shooting method is what you want to use. We have a mostly complete implementation of the SGM method in Aviary, but it has some limitations (search the docs for "SGM" for specifics).

Try following along with this example, which uses the Level 2 Python interface

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@superlil27
Comment options

@superlil27
Comment options

Answer selected by superlil27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants