Looking for ROS packages for 3D reconstruction

asked 2018-12-18 20:10:33 -0500

JianLi7 gravatar image

Hi,

I have a turtlebot2i robot with IMU, and I'd like to use it for 3d reconstruction. I tried ros_in_hand_scanner, but it's slow. I also check on the websites about 3d reconstruction, it seems all of them need to estimate the pose of the camera. I'm looking for ros package for 3d reconstruction but doesn't estimate the pose of the camera, instead, the pose of the camera will be computed from odometry, I want to reduce estimating camera pose in order to reduce computation. Any package for a recommendation? Thanks!

edit retag flag offensive close merge delete

Comments

The drift that builds up in odometry estimates means that you will not be able to use them as camera pose estimates for 3D reconstruction. That is the reason why these packages use a visual estimation of the camera pose. It's computationally expensive but necessary.

PeteBlackerThe3rd gravatar image PeteBlackerThe3rd  ( 2018-12-19 04:42:12 -0500 )edit