Re: problem about improving the precision of odometry?
Posted by matlabbe on
URL: http://official-rtab-map-forum.206.s1.nabble.com/problem-about-improving-the-precision-of-odometry-tp117p123.html
Visual odometry in dynamic environments is challenging. RTAB-Map's visual odometry assumes a static environment, though few moving objects may not affect the odometry (if visual features extracted on these objects are set as outliers).
You can create your own odometry algorithm and feed RTAB-Map (on ROS) with its output. I'm not aware of visual odometry strategies to ignore or use moving objects for transformation estimation. Detecting which features are moving and those who are static could be a good start for such algorithm.