Closed caksland closed 1 year ago
Could you please try this with the latest version of dymos and see if you still encounter the problem? I think this bug has been fixed.
I'll try to get to it this week. Thanks for looking into this.
Yes it has been resolved. I'll make sure to test issues on the latest version before posting. Thanks!
Description
An analysis upstream of a dymos trajectory computes a vector of parameters that are passed into the dymos trajectory as scalars using
connect(src,to, src_indicies=X)
. When simulating the trajectory, openmdao cannot assign the parameter values correctly. See example below for a mass spring damper system. The upstream analysis computes a vector with damping coefficient and natural frequency and the trajectory contains the mass spring damper ODE.Example
Dymos Version
1.2.0
Relevant environment information
No response