|
HLR
0.0.1
|
A class responsible for reading and interpreting the LiDAR data. More...
#include <LidarInterpreter.hpp>
Public Member Functions | |
| std::vector< Object > | get_objects (const HLR::Vision::CupDetection &detected_cups, const pcl::PointCloud< pcl::PointXYZ > &point_cloud) override |
| Construct the objects in the given CupDetection. More... | |
A class responsible for reading and interpreting the LiDAR data.
|
overridevirtual |
Construct the objects in the given CupDetection.
| detected_cups | The latest depth frame and coordinates of cups found. |
| point_cloud | The latest point cloud generated from the LiDAR. |
Implements HLR::PointCloud::ISensorInterpreter.
1.8.11