Commit dfe8b7f0f7d61da0a64f456e43a7c7819357610d

Authored by Sakthi Sivaraman
Exists in master

Merge branch 'master' of https://git.ucsd.edu/srsivara/cse_190_pa2

Showing 1 changed file Side-by-side Diff

... ... @@ -7,8 +7,6 @@
7 7 Task
8 8 Implement a particle filter in ROS for localizing a robot in the Stage world without knowing its starting pose, using Laser sensor measurements from the stage simulator. Play with the number of particles, motion models, measurement models, and resampling algorithms to achieve a better metric for localization in terms of accuracy and speed.
9 9  
10   -Important dates:
11   -Final submission deadline: Thursday May 5, 11:59 PM
12 10 Required solution: robot.py (submit the code in python for this assignment)
13 11 Acquiring the starter code: The skeleton code is available at this git repo: https://git.ucsd.edu/srsivara/cse_190_pa2. Clone the repository into your catkin_ws/src directory and then build it like a normal ros package.
14 12