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

Documentation Issue: World Coordinate Frame #2327

Closed
kevinzakka opened this issue Aug 29, 2018 · 1 comment
Closed

Documentation Issue: World Coordinate Frame #2327

kevinzakka opened this issue Aug 29, 2018 · 1 comment
Assignees

Comments

@kevinzakka
Copy link

The documentation states the following in the section entitled Point Coordinates:

Within this space, the positive x-axis points to the right, the positive y-axis points down, and the positive z-axis points forward.

According to my experience with using a D415 (which includes projecting, deprojecting and testing with ground truth test points), this is incorrect. The correct coordinate frame is the following:

If we pretend we are the camera and we’re looking out at the world, then:

  • +x axis points to left
  • +y points up
  • +z points forward
@kevinzakka kevinzakka changed the title Documentation World Coordinate Frame Incorrect Documentation Issue: World Coordinate Frame Aug 29, 2018
@AntoineWefit
Copy link

A similar issue (#2317) has been recently opened.
If I'm not mistaken, your statement is true when talking about the Viewer (although, the axis in the Viewer are not named). But the actual generated point cloud seems to be oriented according to the documentation. I checked with Meshlab, and the coordinates axis look fine.

According to my experience with using a D415 (which includes projecting, deprojecting and testing with ground truth test points), this is incorrect.

How did you check the coordinate frame ?

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

No branches or pull requests

4 participants