Skip to content

intensity vs calibrated reflectivity #55

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

Closed
ed-cho opened this issue Oct 30, 2024 · 2 comments
Closed

intensity vs calibrated reflectivity #55

ed-cho opened this issue Oct 30, 2024 · 2 comments

Comments

@ed-cho
Copy link

ed-cho commented Oct 30, 2024

Hi, thanks for the great dataset. While going through it, however, I've noticed that the guide describes the LiDAR point clouds to be in the format [x, y, z, i, r, t] where i is the intensity of the reflected infrared signal. However, the user manual of the Velodyne Alpha Prime (VLS-128) states that it reports calibrated reflectivity, not intensity. Can I assume that the i value is actually calibrated reflectivity? Or did you use another approach to convert the calibrated reflectivity back to intensity?

@keenan-burnett
Copy link
Contributor

Hmm, I think you're correct that these values are reflectivity.
This is the line from our sensor driver that works with the raw velodyne data:
https://github.com/utiasASRL/velodyne_vls/blob/7ad7ff3b609a4bddab574f41ea1eb41852efb783/velodyne_pointcloud/src/lib/rawdata.cc#L890

It's a bit confusing but the driver refers to this as intensity, probably for legacy reasons when working with older Velodyne models.

@ed-cho
Copy link
Author

ed-cho commented Nov 1, 2024

Makes sense. Thanks for confirming!

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