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
Filters to store Ts. If default Ts::Int = 1, we can have t be time without breaking the interface.
initial state distribution part of filter or argument to forward_trajectory etc.?
Remove df from AdvancedParticleFilter`
Add input argument for known disturbance? Either always, or depending on a field in the filter. Possibly, let u be of any type, most of the time it's just forwarded to the correct function that is supplied by the user. The dynamics can already now be coded to take, e..g., u::Tuple, u::NamedTuple, u::CustomStruct or whatever. test UKF with non-array u #138
The text was updated successfully, but these errors were encountered:
Ts
. If defaultTs::Int = 1
, we can have t be time without breaking the interface.forward_trajectory
etc.?df
from AdvancedParticleFilter`u
be of any type, most of the time it's just forwarded to the correct function that is supplied by the user. The dynamics can already now be coded to take, e..g.,u::Tuple, u::NamedTuple, u::CustomStruct
or whatever. test UKF with non-array u #138The text was updated successfully, but these errors were encountered: