Get pose stream from D435i
Hi,
I would like to get pose stream with D435i. As I know T265 can do this, but I do not want to use multiple cameras in my project. D435i can output IMU stream. I think I can output the Gyro and Accel streams and do integral to get the translation and rotation. Is OK with this?
Thanks.
Yixun
-
Hi Yixun Liu The D435i camera model does not support pose stream data like the T265 does. You can though output gyro and accel streams and obtain IMU extrinsics (translation and rotation).
At the link below, a RealSense user created an adaptation of Intel's D435i SLAM guide that added localization with RTABMAP and obtaining the relative position of the camera from a recorded pointcloud map.
https://shinkansan.github.io/2019-UGRP-DPoom/SLAM
You can also establish the camera orientation by using trigonometry or by implementing a plane-fit algorithm (which does not require the IMU), as described at the link below.
Please sign in to leave a comment.
Comments
1 comment