Main Content
rayIntersection
Find intersection points of rays and occupied map cells
Syntax
Description
returns intersection points of rays and occupied cells in the specified
intersectionPts
= rayIntersection(map
,pose
,angles
,maxrange
)map
. Rays emanate from the specified
pose
and angles
. Intersection
points are returned in the world coordinate frame. If there is no intersection
up to the specified maxrange
, [NaN NaN]
is returned. By default, the OccupiedThreshold
property is
used to determine occupied cells.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2019b
See Also
occupancyMap
| raycast
| updateOccupancy
| binaryOccupancyMap
(Robotics System Toolbox)