tum-vision / lsd_slam

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

Getting the centre of the scene #194

Open eddytheblack opened 8 years ago

eddytheblack commented 8 years ago

How would I go about finding the centre of the scene as a 3D co-ordinate after running LSDSLAM, as a 3D coordinate?

I want to be able to find the orientation of the camera as a direction vector for different frames. The orientation given in the pose topic is a quaternion and not a direction vector. How could I obtain this?

Thanks.