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

why intensity value is alway zero #13

Open
planckwu opened this issue Jan 17, 2019 · 3 comments
Open

why intensity value is alway zero #13

planckwu opened this issue Jan 17, 2019 · 3 comments

Comments

@planckwu
Copy link

I got a robosense 16-e lidar, but found that the intensity value is alway zero in the pointcloud2 outputed by rslidar_pointcloud

@bryanibit
Copy link

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!

@Tony-HIT
Copy link
Contributor

It seems you use the wrong calibration file or intensity mode. Have you already solved the problem from robosense technical support.

@bryanibit
Copy link

I solved it via uncommenting calibrateIntensity function. I don't think I used wrong calibration file. And how and where to change intensity mode?

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

3 participants