Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialize particle filter with last known estimate (#185)
Related to #183. Now the particle filter will use the last known estimate for initialization when a new map arrives. Ideally we would update the occupancy grid in the particle filter without losing the current particle set, but that feature doesn't exist in Beluga yet. Related to #85. * Initialize filter with last known estimate when we have a map update * Warn when callback messages are ignored * Remove `this` usage for consistency * Remove unused members of `AmclNode` * Change configuration file to play nicely with the example rosbag * Add `always_reset_initial_pose` parameter * Add `first_map_only` parameter * Add mutually exclusive callback group Signed-off-by: Nahuel Espinosa <[email protected]>
- Loading branch information