Template Struct NDTCell
Defined in File ndt_cell.hpp
Struct Documentation
-
template<int NDim, typename Scalar = double>
struct NDTCell Representation for a cell of a N dimensional NDT cell.
Public Functions
Public Members
Public Static Attributes
Friends
-
inline friend std::ostream &operator<<(std::ostream &os, const NDTCell &cell)
Ostream overload mostly for debugging purposes.
-
inline friend NDTCell operator*(const Sophus::SE2<scalar_type> &tf, const NDTCell &ndt_cell)
Transform the normal distribution according to tf, both mean and covariance.
-
inline friend NDTCell operator*(const Sophus::SE3<scalar_type> &tf, const NDTCell &ndt_cell)
Transform the normal distribution according to tf, both mean and covariance.
-
inline friend std::ostream &operator<<(std::ostream &os, const NDTCell &cell)