#include <ArmarXCore/core/Component.h>
#include <RobotAPI/interface/units/LaserScannerUnit.h>
#include <VisionX/interface/components/LaserScannerPointCloudProvider.h>
#include <VisionX/components/pointcloud_core/PointCloudProvider.h>
#include <RobotAPI/libraries/core/remoterobot/RemoteRobot.h>
#include <pcl/common/transforms.h>
#include <pcl/filters/statistical_outlier_removal.h>
#include <mutex>
#include <Eigen/Core>
#include <RobotAPI/interface/visualization/DebugDrawerInterface.h>
Go to the source code of this file.