|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
19 #ifndef LASER_FROM_DEPTH_H
20 #define LASER_FROM_DEPTH_H
38 typedef unsigned char byte;
52 size_t m_depth_width = 0;
53 size_t m_depth_height = 0;
66 bool close()
override;
67 bool threadInit()
override;
68 void threadRelease()
override;
73 bool setDistanceRange (
double min,
double max)
override;
74 bool setScanLimits (
double min,
double max)
override;
75 bool setHorizontalResolution (
double step)
override;
76 bool setScanRate (
double rate)
override;
A base class for nested structures that can be searched.
contains the definition of a Vector type
Interface implemented by all device drivers.
define control board standard interfaces
An interface for the device drivers.
The DLidarDeviceTemplate class.
yarp::sig::ImageOf< float > m_depth_image
A container for a device driver.
A generic interface for cameras that have both color camera as well as depth camera sensor,...
An abstraction for a periodic thread.
LaserFromDepth(double period=0.01)
An interface to the operating system, including Port based communication.
laserFromDepth: Documentation to be added