elvout / cs393r

CS 393R Graduate Autonomous Robots, Fall 2021 | Autobots
0 stars 0 forks source link

Generate an initial particle distribution #26

Closed elvout closed 3 years ago

elvout commented 3 years ago

The "Set Pose" button in the web_rviz UI publishes a Localization2DMsg that gets handled by particle_filter_main.cc::InitCallBack.

The initial particle distribution can be generated by sampling from a small gaussian around the pose in the message.