snark
|
motion model More...
#include <constant_speed.h>
Public Member Functions | |
const covariance_type & | jacobian (const state &s, double dt) |
get the jacobian of the motion model | |
model (double noiseSigma) | |
const covariance_type & | noise_covariance (double dt) |
get process noise covariance | |
void | update_state (state &s, double dt) const |
perform prediction update |
Public Attributes | |
covariance_type | A |
noise sigma |
motion model
model | ( | double | noiseSigma | ) |
constructor
noiseSigma | process noise for speed and position TODO separate noise for position and speed ? |