-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
algorithm topic about Output camera pose with d435i #8692
Comments
Hello, the D435i does not have built-in support for pose data (position and angle). There are a range of ways to obtain pose of the camera or of an observed object though. It sounds as though you wish to retrieve the pose of the camera. Intel have a ROS guide for using D435i with RTABMAP for the purposes of SLAM. A RealSense user expanded upon that guide to describe how to retrieve the camera's relative position from the generated map by performing localization. The guide describes that the pose can then be published to ROS. That discussion is also worth reading from the start for information about other methods for obtaining camera pose. The subject of localization for D435i is discussed further here: |
|
hi @987428377 Do you require further assistance with this case, please? Thanks! |
Thanks! I will try this method http://docs.px4.io/master/en/computer_vision/visual_inertial_odometry.html |
Thanks very much for the update! |
Thank you for your answers and support! I can already run rtabslam with d435i. So what function should I use to get the position and attitude of camera in modeling? Does he have any existing algorithm topic
The text was updated successfully, but these errors were encountered: