Template Function tf2::getCovarianceMatrix(const T&)

Function Documentation

template<class T>
std::array<std::array<double, 6>, 6> tf2::getCovarianceMatrix(const T &t)

Get the covariance matrix from data.

Parameters:

t[in] The data input.

Returns:

The covariance matrix associated with the data.