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
Examples
Version History
Introduced in R2020b