#include <pcl/filters/approximate_voxel_grid.h>
#include <pcl/common/transforms.h>
#include <ArmarXCore/core/util/OnScopeExit.h>
#include <RobotAPI/libraries/core/FramedPose.h>
#include <VisionX/interface/components/Calibration.h>
#include <VisionX/interface/core/PointCloudProcessorInterface.h>
#include "MultiViewPointCloudProcessor.h"
Go to the source code of this file.
◆ call_template_function
#define call_template_function |
( |
|
F | ) |
|
Value: switch(_pointCloudProviderInfo.pointCloudFormat->type) \
{ \
case visionx::PointContentType::eOrientedPoints : \
ARMARX_ERROR << "eOrientedPoints NOT HANDLED IN VISIONX"; \
[[fallthrough]]; default: \
ARMARX_ERROR <<
"Could not call " #
F ", because format '" \
<< _pointCloudProviderInfo.pointCloudFormat->type << "' is unknown"; \
} do{}while(false)
Definition at line 35 of file MultiViewPointCloudProcessor.cpp.