appliedAI-Initiative / orb_slam_2_ros

A ROS implementation of ORB_SLAM2
Other
605 stars 282 forks source link

Getting full trajectory after the run is over #128

Open ogozman opened 2 years ago

ogozman commented 2 years ago

Hello, as far as I understand orb slam 2 uses loop closure to correct map. I wanted to ask if it is possbile to somehow get full odometry from the node corrected according to loop closure. I need the trajectory to then transform point clouds and build occupancy grid but currently i can only get those generated in real time (transform and pose). Thank you!