Template Class PointCloud3
Defined in File point_cloud.hpp
Inheritance Relationships
Base Type
public beluga::BasePointCloud< PointCloud3< T > >
Class Documentation
-
template<typename T>
class PointCloud3 : public beluga::BasePointCloud<PointCloud3<T>> Thin wrapper type for 3D
sensor_msgs/PointCloud2messages.Public Functions
Check type is float or double.
Constructor.
- Parameters:
cloud – Point cloud message.
origin – Point cloud frame origin in the filter frame.
-
inline const auto &origin() const
Get the point cloud frame origin in the filter frame.
-
inline auto points() const
Get the unorganized 3D point collection as an Eigen Map<Eigen::Matrix3X>.