toolkit.dynamicalsystems
A simple 2D motion model in which the state is: x = {rowPos, colPos, rowVel, colVel} The state evolves as pos_(t+1) = pos_t + dt * vel_t The position is directly measured by a single sensor
A simple 2D motion model in which the state is: x = {rowPos, colPos, rowVel, colVel} The state evolves as pos_(t+1) = pos_t + dt * vel_t The position is directly measured by a single sensor