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

A010 - Pointcloud Topic Not In Meter #2

Open
David9696 opened this issue Mar 6, 2023 · 1 comment
Open

A010 - Pointcloud Topic Not In Meter #2

David9696 opened this issue Mar 6, 2023 · 1 comment

Comments

@David9696
Copy link

Hi,

Thanks for the great package.

From what I have tested, the published pointcloud is not following REP 103 standard (for a body; x forward, y left, z up), http://www.ros.org/reps/rep-0103.html#axis-orientation.

May I know why? Is it possible to make it follow the REP 103 standard?

Secondly, the generated pointcloud in not measured in meter. Could you make it in standard meter unit?

Thanks.

David

@devemin
Copy link

devemin commented Aug 11, 2023

Hi

I had same issue.
Maybe you can get correct depth with meter with calculation with UNIT setting.

See this.
https://wiki.sipeed.com/hardware/en/maixsense/maixsense-a010/at_command_en.html

If UNIT is not 0,the distance between this pixel and top is p x UNIT ;
If UNIT is 0,the distance between this pixel and top is (p/5.1)^2 。

need calculate the float data with UNIT and rotate the XYZ.

ref:
https://twitter.com/devemin/status/1689854252007735296?s=20

Thanks.

devemin

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