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

Max Intensity Value #408

Open
luis-robotic opened this issue Dec 4, 2024 · 1 comment
Open

Max Intensity Value #408

luis-robotic opened this issue Dec 4, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@luis-robotic
Copy link

Hello everyone.

I had a question concerning the Intensity field of the /ouster/points topic.
I am working with ROS2 Humble on an Ubuntu 22.04 machine and an Ouster OS0 sensor.
I recorded some data and I realized that I don´t know which is the maximum value a point can return.
Is this value between 0-255?

Can you please help me with the issue?

@luis-robotic luis-robotic added the enhancement New feature or request label Dec 4, 2024
@Samahu Samahu self-assigned this Dec 4, 2024
@Samahu
Copy link
Contributor

Samahu commented Dec 4, 2024

No, currently the intensity field in the ros-driver is mapped to the signal field (for historical reasons) which is defined as "Signal intensity photons in the signal return measurment", the field has no definitive maximum other than the field storage size of UINT16.

I recommend utilizing the reflectivity which is defined as the calibrated reflectivity and is scaled to the [0, 255].

At some point I want add an option to use that allows users to map reflectivity to the intensity instead of signal.

Hope this helps

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

No branches or pull requests

2 participants