dymos icon indicating copy to clipboard operation
dymos copied to clipboard

Make `simulate` work on phases with ExplicitShooting

Open robfalck opened this issue 4 years ago • 0 comments

Issue Type

  • [x] Bug
  • [ ] Enhancement
  • [ ] Docs
  • [ ] Miscellaneous

Description

There are some initialization issues with control values in ExplicitShooting phases when trying to use simulation to verify the accuracy of a solution.

Since ExplicitShooting is currently fixed-step only, it's still valuable to perform variable step simulation as a verification of the results.

Example

Using `dm.run_problem(p, simulate=True) with any ExplicitShooting case that uses controls should reproduce this issue.

Environment

N/A

robfalck avatar Nov 16 '21 16:11 robfalck