-
Notifications
You must be signed in to change notification settings - Fork 461
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
Assertion 'G_IS_OBJECT (object)' failed. #126
Comments
Hi, I'm experiencing the same issue while starting the .launch, and I do not see any points on the "cloud" window. Please tell me if you solved it, I'll make couple of research on my side. |
@Makuh28 Have you can see the points in cloud image now? I try to change the intensity, but there can't get the pointcloud outlook, can you share your experimence with me? Thank you! |
@Makuh28 @crankler @dejongyeong have you guys figured something out about this issue? I am trying to use a 64 beam Hesai LIDAR and changed the vector size in preprocessutils.h accordingly. However, I am unable to see any points in the cloud window, with the same “ Assertion 'G_IS_OBJECT (object)' failed” warning repeating everytime I click onto cloud window. Any leads will be much appreciated. Thanks 😊 |
@abhi5691 I could't work that out. |
Hello, I have the same problem.what is your PCL version? What is your VTK version? |
@renjiahao0928 have you figured this out yet? |
It is all because of cv::waitkey(delay)~ You can do the following step:
|
@HRex39 谢谢老哥了,你的解释很到位,直接圈选线条就得到了变换矩阵 |
Hi Guys, I've change the ring number to 32 and found this error:
Could any know how to resolve this? And also the points doesn't show up every time i launch the file. Thanks.
It caused by the cv::waitkey(). Could anyone know how to resolve this? Thanks.
The text was updated successfully, but these errors were encountered: