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

Elevation angles do not match the HDL 64 E manual #49

Closed
geoeo opened this issue Oct 3, 2019 · 2 comments
Closed

Elevation angles do not match the HDL 64 E manual #49

geoeo opened this issue Oct 3, 2019 · 2 comments

Comments

@geoeo
Copy link

geoeo commented Oct 3, 2019

In order to calculate the scanline Id one has to use the "algorithm":

  1. omega = asin(Z/norm(P))
  2. Lookup omega in the UserManual which gives the angle increments for each laser sensor

However when I apply step 1 to the points generated from this python project I get omega values which are outside of the manufacturer supplied threshold of +2 to -24.8 degrees.

This leads me to believe there is a bug when reading the binary velodyne data.

Can anybody confirm or deny this?

Best,
Marc

@geoeo geoeo changed the title Scanline Id does not match the HDL 64 E manual Elevation angles do not match the HDL 64 E manual Oct 3, 2019
@geoeo
Copy link
Author

geoeo commented Oct 6, 2019

Seems to be a problem with Kitti / HDL 64 E producing noisy scans

@geoeo geoeo closed this as completed Oct 6, 2019
@mr-abramenko
Copy link

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