26#include <pcl/point_types.h>
28#include <IceUtil/Time.h>
31#include <ArmarXCore/interface/observers/ObserverInterface.h>
68 using PointT = pcl::PointXYZRGBL;
101 IceUtil::Time providerWaitTime;
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
LabeledPointCloudMergerPropertyDefinitions(std::string prefix)
Brief description of class LabeledPointCloudMerger.
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
void onExitPointCloudProcessor() override
void onConnectPointCloudProcessor() override
void onDisconnectPointCloudProcessor() override
void onInitPointCloudProcessor() override
std::string getDefaultName() const override
Merges several labeled or unlabeled point clouds into one labeled point cloud.
Properties of PointCloudProcessor.
The PointCloudProcessor class provides an interface for access to PointCloudProviders via Ice and sha...
::IceInternal::ProxyHandle<::IceProxy::armarx::DebugObserverInterface > DebugObserverInterfacePrx
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.