Expand description
hls_lfcd_lds_driver provides a rust version of the LDS01 driver from robotis. This crate facilitates reading information from that specific lidar.
Structs§
- LFCD
Laser - This struct allows to read lidar information and to “shutdown” the driver
- Laser
Reading - This struct contains the reading from the lidar.
The
rangesarray contains 360 elements, one for each degree, with a value from 0 to 1000, indicating the distance.
Statics§
- DEFAULT_
BAUD_ RATE - Default baud_rate of the lidar
- DEFAULT_
PORT - Default serial port of the lidar