6#ifndef LASER_FROM_POINTCLOUDS_H
7#define LASER_FROM_POINTCLOUDS_H
77 bool close()
override;
define control board standard interfaces
contains the definition of a Vector type
laserFromPointCloud: Documentation to be added
void run() override
Loop function.
bool setScanRate(double rate) override
set the scan rate (scans per seconds)
yarp::sig::IntrinsicParams m_intrinsics
bool setDistanceRange(double min, double max) override
set the device detection range.
std::string m_camera_frame_id
yarp::sig::utils::PCL_ROI m_pc_roi
std::string m_ground_frame_id
yarp::sig::Matrix m_transform_mtrx
bool close() override
Close the DeviceDriver.
yarp::sig::ImageOf< float > m_depth_image
bool setHorizontalResolution(double step) override
get the angular step between two measurements (if available)
void threadRelease() override
Release method.
bool acquireDataFromHW() override final
This method should be implemented by the user, and contain the logic to grab data from the hardware.
yarp::os::Property m_propIntrinsics
double m_pointcloud_max_distance
LaserFromPointCloud(double period=0.01)
bool setScanLimits(double min, double max) override
set the scan angular range.
bool open(yarp::os::Searchable &config) override
Open the DeviceDriver.
bool threadInit() override
Initialization method.
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 class for storing options and configuration information.
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.
The IntrinsicParams struct to handle the intrinsic parameter of cameras(RGB and RGBD either).