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
Common feature request. Trivial solution is to solve the ODE for each new sample (i.e., fast-forward to the next point in time), which is a matrix exponential for ZOH. Should try the naive approach first, and then speed it up with some approximation if it's too slow.
The text was updated successfully, but these errors were encountered:
Common feature request. Trivial solution is to solve the ODE for each new sample (i.e., fast-forward to the next point in time), which is a matrix exponential for ZOH. Should try the naive approach first, and then speed it up with some approximation if it's too slow.
The text was updated successfully, but these errors were encountered: