velodynelidar
Add-On Required: This feature requires the Lidar Toolbox Support Package for Velodyne LiDAR Sensors add-on.
Description
The velodynelidar
object can stream point cloud data from an
Velodyne LiDAR® lidar sensor. Using this object, you can read and preview the incoming point
clouds.
Creation
Description
v = velodynelidar(
creates a
model
)velodynelidar
object v
that can stream point clouds
from the Velodyne LiDAR sensor model model
.
v = velodynelidar(
specifies
additional options with one or more name-value pair arguments. You can set these object
properties by using the name-value arguments: model
,Name,Value
)CalibrationFile
,
Port
, and Timeout
. For example,
velodynelidar(model,'Timeout',15)
sets the time out value to 15
seconds.
Properties
Object Functions
start | Start streaming point clouds from Velodyne LiDAR sensor |
stop | Stop streaming point clouds from Velodyne LiDAR sensor |
preview | Preview of live point cloud data from Velodyne LiDAR sensor |
closePreview | Close preview of live point cloud data from Velodyne LiDAR sensor |
read | Acquire point clouds from velodynelidar object
buffer |
flush | Delete point clouds in velodynelidar object buffer |