likelihoodFieldSensorModel
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
Limitations
If you change your sensor model after using it with the
monteCarloLocalization
object, call release
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