improve odom by laserscan
How can I improve odom of a robot by a laserscan- what package can i use?I don't have static, global map. I found laser_scan_matcher, but I don't know if it's still supported. Maybe i should play with dynamic costmap and amcl? or maybe there is sth better? Thanks in advance
AMCL needs a static map to match against. I've not used laser_scan_matcher but it does look promising, and there's a hydro branch in the source repo. Is using a laser scanner your only option for improving odometry?
I think it is this option, but maybe i am wrong. What kind of improvement there exist (i know about IMU and this laser-scan-mach)
If you have a cmaera, visual odometry is pretty common (track visual features using cameras). Here's a ROS package that does visual odometry: http://wiki.ros.org/viso2_ros