HLR
0.0.1
|
An abstract class responsible for reading and interpreting the data from a device interpreting the world. More...
#include <ISensorInterpreter.hpp>
Public Member Functions | |
virtual std::vector< Object > | get_objects (const HLR::Vision::CupDetection &detected_cups)=0 |
A function for creating all the HLR::PointCloud::Objects which the device sees. More... | |
An abstract class responsible for reading and interpreting the data from a device interpreting the world.
|
pure virtual |
A function for creating all the HLR::PointCloud::Objects which the device sees.
detected_cups | The current detection from the Vision component. |
Implemented in HLR::PointCloud::LidarInterpreter, and HLR::PointCloud::KinectInterpreter.