sicklidar
Description
Add-On Required: This feature requires the Lidar Toolbox Support Package for SICK Lidar Sensors add-on.
The sicklidar object can stream point cloud data from a
SICK® 3-D lidar sensor. Using this object, you can read and preview the incoming point
clouds.
Creation
Description
creates a
slObj = sicklidarsicklidar object, slObj, that can stream point cloud
data from a SICK 3-D lidar sensor over TCP/IP interface using the SICK Command Language ASCII (CoLa A) protocol.
Note
Before you create a sicklidar object in MATLAB®, you must close any other software that is using the SICK 3-D lidar sensor.
sets writable properties using one or more name-value arguments. For example,
slObj = sicklidar(Name=Value)Timeout=20 sets the timeout value to 20 seconds.
Name-Value Arguments
Properties
Object Functions
start | Start streaming point clouds from SICK 3-D lidar sensor |
read | Read point clouds from SICK 3-D lidar sensor |
preview | Preview live point cloud data from SICK 3-D lidar sensor |
closePreview | Close preview of live point cloud data from SICK 3-D lidar sensor |
flush | Delete point clouds from SICK 3-D lidar object buffer |
stop | Stop streaming point clouds from SICK 3-D lidar sensor |
Examples
Version History
Introduced in R2026a
See Also
start | read | preview | closePreview | flush | stop | sicklidar2d
