Hello,
I am using Ouster sensors in a set of projects and I am currently updating my Ouster driver to v0.14.0. I saw in the changelog that Point_RNG19_RFL8_SIG16_NIR16 has narrowed reflectivity from uint16_t to uint8_t and have a question regarding a custom point type that I have since before, it is defined as follows:
When updating to the new driver, do I need to change my reflectivity field from uint16_t to uint8_t? Or could I keep it as uint16_t? I guess this depends if the range of the type I am using is somehow important for the calibration value?
Any directions on how to update my custom point to support v0.14.0 would be greatly appreciated.
