SimpleRobotWithBaye​sRule()

Simulates a simple robot using Bayes Filter to localize itself on a map
489 download
Aggiornato 13 feb 2015

Visualizza la licenza

Demonstrates using Bayes Filter to localize a robot using a motion model and a noisy wall sensor. The environment is simple: a unit-size robot in a grid world composed of obstacles or free spaces. The robot has five actions: {left,up,right,down,scan} for moving in the cardinal directions or scanning the environment.
The robot is low quality and so moves probabilistically, as described in the function moveRobot()

Similarly, the scanner is low quality. The 'scanner' approximates 4 capacitive sensors that detect (with some probability of error) if a wall adjacent to the current cell. This is described in the function applyScan().

The robot is moved by using the arrow keys. The screen displays the probability mass function, the obstacles, and you can hide/unhide the robot by pressing the 'h' key.

Based on algorithm "Algorithm Bayes_filter" on page 27 of book "Probabilistic Robotics", http://www.probabilistic-robotics.org

Cita come

Aaron T. Becker's Robot Swarm Lab (2025). SimpleRobotWithBayesRule() (https://it.mathworks.com/matlabcentral/fileexchange/49698-simplerobotwithbayesrule), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2014b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0