MCPcopy Create free account
hub / github.com/denyssene/SimpleKalmanFilter / getEstimateError

Method getEstimateError

src/SimpleKalmanFilter.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48float SimpleKalmanFilter::getEstimateError()
49{
50 return _err_estimate;
51}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected