hokuyolidar2d
Description
The hokuyolidar2d
object can stream lidar scans from a
Hokuyo™ 2-D lidar sensor. Using this object, you can read and preview the incoming lidar
scan data.
Creation
Description
hokuyoObj = hokuyolidar2d
creates a default
hokuyolidar2d
object that can stream 2-D lidar scans from the
Hokuyo lidar sensor over TCP communication. The object supports only those sensors
that are compatible with sensor communication interface protocol (SCIP) 2.x [1].
Note
Before you create a hokuyolidar2d
object in MATLAB®, you must close any other software that is using the Hokuyo sensor.
hokuyoObj = hokuyolidar2d(
sets
one or more of these properties using name-value arguments:
Name=Value
)DeviceAddress
, Port
, and
Timeout
. For example, hokuyolidar2d(Timeout=15)
sets the time out value to 15 seconds.
Note
This feature requires the Lidar Toolbox™ Support Package for Hokuyo Lidar Sensors. You can install the support package from the Add-On Explorer. For more information, see Download and Install Lidar Toolbox Support Package for Hokuyo Lidar Sensors.
Properties
Object Functions
Examples
References
[1] Kawata, Hirohiko, Satofumi Kamimura, Akihisa Ohya, Jun’ich Iijima, and Shin’ich Yuta. “Advanced Functions of the Scanning Laser Range Sensor for Environment Recognition in Mobile Robots.” In 2006 IEEE International Conference on Multisensor Fusion and Integration for Intelligent Systems, 414–19, 2006. https://doi.org/10.1109/MFI.2006.265678.
Version History
Introduced in R2024a