SLIDE 4 Simulation
- 1. Randomly choose a starting location
- 2. Observation – given the actual location,
simulate an image observation
- 3. Given any x,y position, crop the reference
image, i.e., what would the observation be If the robot was at x,y?
Simulation
- 1. Randomly choose a starting location
- 2. Observation – given the actual location,
simulate an image observation
- 3. Given any x,y position, crop the reference
image, i.e., what would the observation be If the robot was at x,y?
- 4. Movement – according to a random angle
but fixed velocity
Simulation
- 1. Randomly choose a starting location
- 2. Observation – given the actual location,
simulate an image observation
- 3. Given any x,y position, crop the reference
image, i.e., what would the observation be If the robot was at x,y?
- 4. Movement – according to a random angle
but fixed velocity – after computing the noise-free end position, add some noise
Discussion
- What are some implementation issues that you
foresee?
- What are some design choices that you’ll have
to make?
- What may be some variables that you need to
experiment with?
- What are some computer vision operators and
functions you’ll need to use?