Main Content
likelihoodFieldSensorModel
Create likelihood field range sensor model
Description
The likelihoodFieldSensor
object creates a likelihood field
sensor model object for range sensors. This object contains specific sensor model
parameters. You can use this object to specify the model parameters in a monteCarloLocalization
object.
Creation
Description
creates a likelihood field sensor model object for range sensors.lf
= likelihoodFieldSensorModel
Properties
Examples
Limitations
If you change your sensor model after using it with the
monteCarloLocalization
object, call the
release
function on that object beforehand. For example:
mcl = monteCarloLocalization; [isUpdated,pose,covariance] = mcl(ranges,angles); release(mcl) mcl.SensorModel.NumBeams = 120;
Version History
Introduced in R2019b