Closed bingogome closed 3 months ago
We transform odometry pose in map frame (using last map->odom correction received) at odometry frame rate. getLastLocalizationPose()
is updated only when there is a loop closure in mapping mode, so probably not what you want.
@matlabbe Thank you so much for your reply! It now works great. Closing the issue
I apologize if this is a dumb question :)
I use rtabmap->getLastLocalizationPose() to get a pose but the update rate seems pretty low and sometimes it does not get updated. I am not using ROS so tf is out of question. I am following the tutorial here so I suppose it is in the mapping mode. What should be the proper way?