You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: