This is the latest (main) BeagleBoard documentation. If you are looking for stable releases, use the drop-down menu on the bottom-left and select the desired version.

Function rc_kalman_reset

Function Documentation

int rc_kalman_reset(rc_kalman_t *kf)

reset state and dynamics of the filter to 0

Q and R are constant, and therefore not reset. P is set to identity*P_init.

Parameters

kf – pointer to struct to be reset

Returns

0 on success, -1 on failure