findPose
Syntax
Description
finds the absolute pose for a scan in the map matching the input scan.absPose
= findPose(scanMapObj
,scan
)
specifies a position estimate for the input scan with respect to the map. This reduces the
computation time of the function.absPose
= findPose(scanMapObj
,scan
,positionEstimate
)
[___] = findPose(___,Name=Value)
specifies
options using one or more name-value arguments in addition to any combination of arguments
from previous syntaxes. For example,
findPose(scanMapObj,scan,positionEstimate,SearchRadius=10)
searches for
a matching scan in the map within a 10 meter radius of the position estimate.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2022b
See Also
lidarscanmap
| poseGraph
| addScan
| updateScanPoses
| detectLoopClosure
| deleteLoopClosure
| show