-
Notifications
You must be signed in to change notification settings - Fork 18
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
IS_HIT; Rgl Lidar Publisher (Script) does not return non-hitted points. #338
Comments
Hello @luis-robotic Based on your previous activity in this repository, I assume your project uses I hope this will help with your issue. |
Thanks a lot. It helped. This is an error that appeared after the modification. RGLException: Cannot get results from YieldPointsNode; it hasn't been run yet, or the run has failed But anyway, thank you for the proposal. |
I tested the modification on the latest |
Hello everyone.
I am working with the RGL LiDAR library in my project and I have observed that the pointcloud only returns the points that have collided with an object (i.e. when IS_HIT=1). But on the other hand, the points that do not collide (IS_HIT=0 ?) are not published. The pointcloud is then reduced to the points that give collision.
Isn't it possible to send the complete poincloud? So that the non-colliding points return an infinite range with which we can perform data processing?
Thank you in advance.
The text was updated successfully, but these errors were encountered: