I develop this package every weekend.
90%
$ git clone https://github.com/yukkysaito/amcl_3d.git <catkin_ws/src path>
$ rosdep install --from-paths <amcl_3d path> -y
- add prediction model (particle filter)
- design interface (particle filter)
- make ros package template
- add basic resample function (particle filter)
- add init function(particle filter)
- build check (travis ci)
- resampling timing based on ESS (effective sample size)
- add simple likelihood model for lidar measurement (particle filter)
- implement argumented mcl
- implement kld sampling