RoboJackets / software-training-old

RoboJackets Software Training
MIT License
151 stars 189 forks source link

Jason/pf project #201

Closed JasonGibson274 closed 2 years ago

JasonGibson274 commented 3 years ago

This branch contains the particle filter project code.

The things left to do on this project is to

  1. Add additional noise to the odom measurement
  2. Correctly compute the transform of map to odom with additional noise

Otherwise this should be ready for general code review and reshuffling for the exercise.

I can assist when it comes to structuring the exercise around tuning of the particle filter.

barulicm commented 2 years ago

Ok, @JasonGibson274, I've pushed up a bunch of changes including general cleanup, starter code changes, and project instructions.

Critical things I need your input on are in the instructions:

The changes here are dependent on the changes in PR 25 in stsl. That PR will need to be merged and deployed for this project as well.