6#ifndef LASER_FROM_DEPTH_H
7#define LASER_FROM_DEPTH_H
53 bool close()
override;
define control board standard interfaces
contains the definition of a Vector type
laserFromDepth: Documentation to be added
bool open(yarp::os::Searchable &config) override
Open the DeviceDriver.
void run() override
Loop function.
bool acquireDataFromHW() override final
This method should be implemented by the user, and contain the logic to grab data from the hardware.
LaserFromDepth(double period=0.01)
bool close() override
Close the DeviceDriver.
bool setScanLimits(double min, double max) override
set the scan angular range.
bool setScanRate(double rate) override
set the scan rate (scans per seconds)
void threadRelease() override
Release method.
bool threadInit() override
Initialization method.
bool setDistanceRange(double min, double max) override
set the device detection range.
bool setHorizontalResolution(double step) override
get the angular step between two measurements (if available)
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 Lidar2DDeviceBase class.
A container for a device driver.
An abstraction for a periodic thread.
void step()
Call this to "step" the thread rather than starting it.
A base class for nested structures that can be searched.
For streams capable of holding different kinds of content, check what they actually have.
An interface to the operating system, including Port based communication.