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

To get points within 0.1m around LiDAR #58

Open
Jae-Seung-Jeon opened this issue Jul 13, 2022 · 1 comment
Open

To get points within 0.1m around LiDAR #58

Jae-Seung-Jeon opened this issue Jul 13, 2022 · 1 comment

Comments

@Jae-Seung-Jeon
Copy link

Hi, I will buy a Hesai PandarQT.
And I want to get points within 0.1m around LiDAR
So, I found
[HesaiLidar_General_ROS/src/HesaiLidar_General_SDK/src/PandarGeneralRaw/src/pandarGeneral_internal.cc] has
...
/* skip wrong points */
if (unit.distance <= 0.1 || unit.distance > 200.0) {
continue;
}
...

So, If I change the value of [unit.distance], could I get a value within 0.1m?
I wonder if it is a hardware limitation or software one.
Thank you!

@yangfanFred
Copy link
Contributor

Hi Jae,

Range capability for PandarQT is 0.1m ~ 60m, it's a hardware limitation.

Thanks,
Fred

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

2 participants