I'm using
1) Hector slam with Hokuyo UTM30lx lidar
2) Rtabmap with kinect v2
I'm passing odometry from hector slam to rtabmap.
During that process hector slam covariance is too large for rtabmap to get.
1) How can I tune covariance from hector slam?
2) How can I make rtabmap filter out large covariance?
3) Hector slam has /poseupdate & /slam_out_pose(doesn't include covariance)
How can I only pass /slam_out_pose to rtabmap and make this process work.