lidarDetect
Syntax
Description
reports the point cloud detections from all pointCloulds
= lidarDetect(plat
,time
)monostaticLidarSensor
object mounted on the ego platform, plat
.
allows you to choose whether the lidar sensor reports detections of the ego platform,
pointCloulds
= lidarDetect(plat
,time
,includeSelf
)plat
, on which the sensors are mounted. Specify
includeSelf
as true
or false
.
[
also returns the configurations of the sensors, pointClouds
,configs
] = lidarDetect(___)configs
, at the current
simulation time. You can use these output arguments with any of the previous input
syntaxes.
[
also returns pointClouds
,configs
, clusters
] = lidarDetect(___)clusters
, the cluster labels for each point in the point
cloud.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2020b