read
Syntax
Description
Add-On Required: This feature requires the Lidar Toolbox Support Package for Hokuyo Lidar Sensors add-on.
reads the latest 2-D lidar scan from the scan = read(hokuyoObj)hokuyolidar2d
object hokuyoObj, and stores the read data in a lidarScan object,
scan.
[
returns the intensity value corresponding to each data point.scan,intensities] = read(hokuyoObj)
[___] = read(___,ScanAngleLimits=
specifies the lower and upper limits of the scan angles for reading the lidar scan data, in
addition to any combination of arguments from previous syntaxes.scanAngleLimits)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2024a
