Open
Description
I'm working on a ROS2 port of the laser_scan_matcher package that I would like to get pulled into this repo, if possible, and setup for releasing:
In addition to porting to ROS2, this version also:
- fixes covariance calculation to capture the correct values and rotate them correctly into the odom frame
- adds optional covariance augmentation based on detecting if there is a degenerate axis in the match, such as down a featureless hallway
- removes velocity inputs and replaces them with a tf subscription for pose prediction. It's assumed that a proper state estimator like robot_localization can be used to convert velocities into a predicted pose.
- enables dynamic reconfiguration for most parameters
Related: