You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
simulate doesn't natively return the control inputs calculated by the control! function. One can e.g. save what is calculated by control! when it is called into an ElasticVector or something, but given that the native integration scheme is a Runge-Kutta, this results in a vector that is 4x longer than desired, because it saves all of the intermediate step results.
Without having to rewrite simulate, is there a straightforward way to return the control inputs?
The text was updated successfully, but these errors were encountered:
simulate
doesn't natively return the control inputs calculated by thecontrol!
function. One can e.g. save what is calculated bycontrol!
when it is called into anElasticVector
or something, but given that the native integration scheme is a Runge-Kutta, this results in a vector that is 4x longer than desired, because it saves all of the intermediate step results.Without having to rewrite
simulate
, is there a straightforward way to return the control inputs?The text was updated successfully, but these errors were encountered: