We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I got a robosense 16-e lidar, but found that the intensity value is alway zero in the pointcloud2 outputed by rslidar_pointcloud
The text was updated successfully, but these errors were encountered:
Because the function has uncorrect transformation of intensity in file rawdata.cc:
float RawData::calibrateIntensity(float intensity, int calIdx, int distance)
The above function will return zero always whatever the intensity is!
Sorry, something went wrong.
It seems you use the wrong calibration file or intensity mode. Have you already solved the problem from robosense technical support.
I solved it via uncommenting calibrateIntensity function. I don't think I used wrong calibration file. And how and where to change intensity mode?
No branches or pull requests
I got a robosense 16-e lidar, but found that the intensity value is alway zero in the pointcloud2 outputed by rslidar_pointcloud
The text was updated successfully, but these errors were encountered: