insertPointCloud
Insert 3-D points or point cloud observation into map
Syntax
Description
insertPointCloud(
inserts one or more sensor observations at the given map3D
,pose
,points
,maxrange
)points
in the occupancy map, map3D
. Occupied points are updated
with an observation of 0.7. All other points between the sensor
pose
and points
are treated as
obstacle-free and updated with an observation of 0.4. Points outside
maxrange
are not updated. NaN
values
are ignored.
insertPointCloud(___,
inserts a point cloud with updated probabilities invModel
)invModel
that correspond to obstacle-free and occupied observations. Use any of the
previous syntaxes to input the point cloud.