|
may be I don't get it the quiz takes 0.11 0.11 0.33 0.33 0.11 as the right answer, meaning if you have and you are in the first cell, and you move to the second: |
|
Well, we assume that the robot moves, not the map. Map stays the same all the time, it's just cyclic. Imagine that the robot is moving around a round stadium with several entrances. To map it, we declare that one place is a start, but since the "building" itself is round, once you reach the far right end on map, you actually end up at the start. But still, it's you (or the robot!) that moves, not the building.
|
|
It's the robot that moves... If you remember the location vs probability graph that was drawn at the beginning of the localization lecture, that "location" is actually the "robot's location in the world" and the probability is the "probability of the robot's belief that it's at the correct location". The "bumps" on that graph will move as the robot moves. Ideally, as the robot moves the probability of it being correctly localized will increase and "travel" (shift cells) with the robot as it moves left/right or up/down. Eventually, it will find itself in the cell with the highest probability (biggest bump on the loc. vs prob. graph) therefore successfully localizing itself in the given "world". |
|
No. The world should be
Whence, what you believed to be true when you were on 1 is now believed to be true in 2. The same follows for cell. |
|
I believe Prof Thrun mentions that the motion in the example is moving two steps to the right. In this case the robot moves from cell 1 to cell 3 (given exact motion). This was probably in order to be able to better show undershoot (which would be moving one step to the right and not staying in the same place). |