Orb_slam2: Camera only rotates w/o translation and point clouds is not showing on Map Viewer

Created on 9 Mar 2018  路  1Comment  路  Source: raulmur/ORB_SLAM2

Dear raulmur,

I hope you could save me from this misery. I've been stuck here for more than 8 hours now...

I am running ORB_SLAM2 on one of the ROS bag files from TUM benchmark datasets( rgbd_dataset_freiburg2_pioneer_slam.bag )

What I am seeing on Map Viewer is that a increasing number of "blue camera" in the same position.
The Map Viewer is not showing any point cloud data...

ORB-SLAM2:Current Frame Window looks fine though. I see a bunch of ORB feature extracts/disappears as the frame changes.
Could please tell me what am I doing wrong here ?
My launch file is attached below

< launch>

< node name="RGBD" pkg="ORB_SLAM2" type="RGBD" output="screen" args="/home/myname/OpenSW/ORB_SLAM2/Vocabulary/ORBvoc.txt  /home/myname/OpenSW/ORB_SLAM2/Examples/RGB-D/TUM1.yaml" >

    < remap from="camera/depth_registered/image_raw"     to="camera/depth/image" />
    < remap from="camera/rgb/image_raw"                           to="camera/rgb/image_color" />

< /node>

< launch>

Most helpful comment

Setting DepthMapFactor to 1 of TUM yalm file solved this problem

>All comments

Setting DepthMapFactor to 1 of TUM yalm file solved this problem

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Andreluizfc picture Andreluizfc  路  4Comments

lokeshluckybisht picture lokeshluckybisht  路  5Comments

Zico2017 picture Zico2017  路  3Comments

ank700 picture ank700  路  3Comments

pulkitver1991 picture pulkitver1991  路  4Comments