|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
41 typedef unsigned char byte;
51 typedef rp::standalone::rplidar::RPlidarDriver rplidardrv;
53 void handleError(u_result error);
54 std::string deviceinfo();
65 m_inExpressMode(false),
76 bool close()
override;
77 bool threadInit()
override;
78 void threadRelease()
override;
83 bool setDistanceRange (
double min,
double max)
override;
84 bool setScanLimits (
double min,
double max)
override;
85 bool setHorizontalResolution (
double step)
override;
86 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.
rpLidar2: Documentation to be added
An abstraction for a periodic thread.
An interface to the operating system, including Port based communication.
RpLidar2(double period=0.01)