Class SavePlyState

Inheritance Relationships

Base Type

  • public yasmin::State

Class Documentation

class SavePlyState : public yasmin::State

Saves pcl::PCLPointCloud2 to a PLY file.

The input cloud is read from the blackboard key input_cloud. The target file path and writer options are read from state-local parameters.

Public Functions

SavePlyState()
~SavePlyState() override
virtual void configure() override
std::string execute(yasmin::Blackboard::SharedPtr blackboard) override