Skip to content
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

Pointcloud orientation problem #67

Open
enordco opened this issue Nov 4, 2023 · 3 comments
Open

Pointcloud orientation problem #67

enordco opened this issue Nov 4, 2023 · 3 comments

Comments

@enordco
Copy link

enordco commented Nov 4, 2023

Hi,
Im using realsense d435i and facing an issue of pointcloud in z axis. I am using depth topic of realsense.
I am giving my odometry topic whose forward is x, and also giving my odometry pose topic.
image
Please help
@bigsuperZZZX

@bigsuperZZZX
Copy link
Collaborator

  1. Check pose_type_ to see which callback function will be used. SDFMap::depthPoseCallback() is recommended.
  2. If you use SDFMap::depthOdomCallback() instead, please add a proper rotation when assigning the value from odom to camera_q_.

@enordco
Copy link
Author

enordco commented Nov 11, 2023

  1. Check pose_type_ to see which callback function will be used. SDFMap::depthPoseCallback() is recommended.
  2. If you use SDFMap::depthOdomCallback() instead, please add a proper rotation when assigning the value from odom to camera_q_.

Thank you for the reply!!
As I already mentioned that I am using odometry(open_vins), and all the message type are corrected i have checked it again and Forward of odometry is x but pointcloud is facing z axis.
@bigsuperZZZX

@bigsuperZZZX
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants