raulmur / ORB_SLAM2

Real-Time SLAM for Monocular, Stereo and RGB-D Cameras, with Loop Detection and Relocalization Capabilities
Other
9.3k stars 4.7k forks source link

Can ORB SLAM 2 be used in a simulated environment such as AirSim #708

Open ivannson opened 5 years ago

ivannson commented 5 years ago

I was wondering if it is possible to apply ORB SLAM in AirSim, which runs in UnrealEngine4.

ShettyHarapanahalli commented 5 years ago

Hi we can use the AIRSIM with ROS, so within the ROS environment we can use the ORB SLAM as well.

ivannson commented 5 years ago

@ShettyHarapanahalli How did you calibrate the camera?

kritikagovindaraj commented 4 years ago

@ShettyHarapanahalli @ivannson Can this be implemented on AirSim without ROS? I am planning to use the PythonClient to implement it

ivannson commented 4 years ago

@kritikagovindaraj Hi, I don't think I used ROS. My purpose was fairly simplistic, so I recorded a video from AirSim, and used it as a test input into ORB SLAM 2, but it wasn't running live. I think you should be able to do it without ROS, but using ROS might make it easier.