tum-vision / lsd_slam

LSD-SLAM
GNU General Public License v3.0
2.58k stars 1.23k forks source link

Running ORB SLAM 2 on gazebo #322

Open abylikhsanov opened 5 years ago

abylikhsanov commented 5 years ago

How can I run the ORB SLAM 2 using gazebo simulation? I have used the direct command: rosrun ORB_SLAM2 Mono I have changed the camera topic and everything works fine except ORB SLAM can't initialize, it just holds on "Trying to initialize".

I have tried to jigger the robot a bit so ORB SLAM could catch the keypoints.

Shubhamvithalani commented 5 years ago

@abylikhsanov Are you sure you have provided the right camera intrinsic parameters? Cause they might pose a problem. Type rostopic echo /camera/rgb/camera_info to get Intrinsic Parameters. Also make sure that objects around turtlebot are highly textured or else slam wont initialise.