Skip to content
Snippets Groups Projects
  1. May 12, 2021
  2. May 06, 2021
  3. May 04, 2021
  4. Apr 26, 2021
    • Brian Hou's avatar
      Update Project 2: Localization. · 29e0bab8
      Brian Hou authored
      Fix minor bug in resample test: the weights array had the wrong shape.
      
      Add more motion model tests to identify turning issues.
      
      Show particle filter plot legend to label state estimate vs ground truth.
      29e0bab8
  5. Apr 22, 2021
    • Brian Hou's avatar
      Update Project 2: Localization. · ffcfcee7
      Brian Hou authored
      Fix bugs in sensor model autograder tests. Specifically, the probability table
      was being normalized along the wrong axis.
      
      Add test suite for particle initializer. Add new tests to catch resampling
      errors earlier.
      
      Fix small issue in sensor model likelihood plot that affected some maps. Add new
      small map to help with sensor model tuning.
      
      Reduce excessive locking in particle filter, motion model, and sensor model.
      ffcfcee7
  6. Apr 21, 2021
    • Brian Hou's avatar
      Update Project 2: Localization. · c0ec79dc
      Brian Hou authored
      Add new autograder tests to catch motion model errors earlier. In particular,
      later particle filter tests will fail with a slow unvectorized motion model
      implementation.
      
      Update sensor model likelihood plot with a more interpretable default option
      that only considers the particle positions (and doesn't encode their angle with
      color). The option to color particles by angle is still available with
      show_angle=True, and further emphasizes confident particles to make them more
      visible.
      c0ec79dc
  7. Apr 14, 2021
  8. Apr 02, 2021
Loading