Converts depth frames into a 3D mesh.
#include <YarpOpenraveMeshFromRealDepth.hpp>
|
bool | open (yarp::os::Searchable &config) override |
|
bool | close () override |
|
|
yarp::dev::PolyDriver | sensorDevice |
|
yarp::dev::IRGBDSensor * | iRGBDSensor {nullptr} |
|
yarp::sig::IntrinsicParams | depthIntrinsicParams |
|
yarp::sig::VectorOf< yarp::os::Property > | meshOptions |
|
OpenRAVE::KinBodyPtr | previousMesh {nullptr} |
|
OpenRAVE::RobotBase::AttachedSensorPtr | depthSensor |
|
yarp::sig::utils::PCL_ROI | roi |
|
int | stepX {1} |
|
int | stepY {1} |
|
OpenRAVE::EnvironmentBasePtr | penv |
|
OpenRAVE::RobotBasePtr | probot |
|
std::string | robotName |
|
boost::thread_group | openraveThreads |
|
|
bool | configureEnvironment (yarp::os::Searchable &config) |
|
bool | configureOpenravePlugins (yarp::os::Searchable &config) |
|
bool | configureRobot (yarp::os::Searchable &config) |
|
bool | clean () |
|
The documentation for this class was generated from the following files:
- libraries/YarpPlugins/YarpOpenraveMeshFromRealDepth/YarpOpenraveMeshFromRealDepth.hpp
- libraries/YarpPlugins/YarpOpenraveMeshFromRealDepth/DeviceDriverImpl.cpp
- libraries/YarpPlugins/YarpOpenraveMeshFromRealDepth/PeriodicThreadImpl.cpp