19 #ifndef LASER_FROM_DEPTH_H
20 #define LASER_FROM_DEPTH_H
38 typedef unsigned char byte;
48 size_t m_depth_width = 0;
49 size_t m_depth_height = 0;
62 bool close()
override;
63 bool threadInit()
override;
64 void threadRelease()
override;
69 bool setDistanceRange (
double min,
double max)
override;
70 bool setScanLimits (
double min,
double max)
override;
71 bool setHorizontalResolution (
double step)
override;
72 bool setScanRate (
double rate)
override;
define control board standard interfaces
contains the definition of a Vector type
LaserFromDepth(double period=0.01)
yarp::sig::ImageOf< float > m_depth_image
Interface implemented by all device drivers.
A generic interface for cameras that have both color camera as well as depth camera sensor,...
The DLidarDeviceTemplate class.
A container for a device driver.
An abstraction for a periodic thread.
A base class for nested structures that can be searched.
An interface for the device drivers.
An interface to the operating system, including Port based communication.