felixendres / rgbdslam_v2

RGB-D SLAM for ROS
GNU General Public License v3.0
948 stars 398 forks source link

why are my image drift went object dynamic ? help me plese . #12

Closed supamon closed 9 years ago

supamon commented 9 years ago

I can edit the problem?thank you My research, I use version rgbdslamv2. picture http://image.ohozaa.com/view2/y9BCYXObWfxP7f6j

kbalisciano commented 9 years ago

Try moving back from the camera. In the depth map it looks like you have a little double vision due to the limitations of the camera

On Apr 30, 2015, at 4:42 AM, supamon notifications@github.com wrote:

I can edit the problem?thank you My research, I use version rgbdslamv2. picture http://image.ohozaa.com/view2/y9BCYXObWfxP7f6j

— Reply to this email directly or view it on GitHub.

supamon commented 9 years ago

c-club-zaa@hotmail.com

felixendres commented 9 years ago

It seems the person is very near (less than 80cm) to the camera, therefore the visual features found on the person cannot be located in space and will be ignored. This reduces the amount of features available for estimating the motion. If part of the scene is dynamic the dynamic part may then easily "hijack" the motion estimation. Dynamic scenes are only handled well if the majority of the features are static. I usually had good results, even when people moved in the scene, but as I said, there neeed to be enough static features to "anchor" the motion estimates.