Pooja71 / Visual-SLAM-using-Stereo-Camera-for-Autonomous-Vehicles

Indoor/Outdoor SLAM using Stereo Vision. This project used ORB_SLAM2 with ZED stereo camera to achieve the task of SLAM and has a custom 2D occupancy grid mapping algorithm using depth.
58 stars 31 forks source link

ORB SLAM2's frame to camera frame. #2

Open 27Apoorva opened 6 years ago

27Apoorva commented 6 years ago

Hi, Thank you for making your code open source. I wanted to ask how you have made the transformation from ORB SLAM's frame to map. I want to do something similar but my frame is Zed camera's frame. I want to compare zed's odometry and Pose from ORB-SLAM in Rviz. Thanks