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

Assertion 'G_IS_OBJECT (object)' failed. #126

Open
dejongyeong opened this issue Jun 10, 2020 · 8 comments
Open

Assertion 'G_IS_OBJECT (object)' failed. #126

dejongyeong opened this issue Jun 10, 2020 · 8 comments

Comments

@dejongyeong
Copy link

dejongyeong commented Jun 10, 2020

Hi Guys, I've change the ring number to 32 and found this error:

image

image

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.

@dejongyeong dejongyeong changed the title marking window not showing find_transform error HELP! Jun 11, 2020
@dejongyeong dejongyeong changed the title find_transform error HELP! Assertion 'G_IS_OBJECT (object)' failed error!! Jun 11, 2020
@dejongyeong dejongyeong changed the title Assertion 'G_IS_OBJECT (object)' failed error!! Assertion 'G_IS_OBJECT (object)' failed. Jun 11, 2020
@Makuh28
Copy link

Makuh28 commented Jun 16, 2020

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.

@crankler
Copy link

@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!

@abhi5691
Copy link

abhi5691 commented Aug 7, 2020

@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 😊

@dejongyeong
Copy link
Author

@abhi5691 I could't work that out.

@renjiahao0928
Copy link

Hello, I have the same problem.what is your PCL version? What is your VTK version?

@miriamrebekah
Copy link

@renjiahao0928 have you figured this out yet?

@HRex39
Copy link

HRex39 commented Jul 19, 2021

It is all because of cv::waitkey(delay)~
This function attempts to make the program wait for delay ms before continuing to run the following statements.
If delay = 0, wait indefinitely until you press any key on the keyboard.

You can do the following step:

  1. Click the Mouse
  2. Press any of the button like 'A'
    Then you can see the points

@YinghuiYou
Copy link

@HRex39 谢谢老哥了,你的解释很到位,直接圈选线条就得到了变换矩阵

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

8 participants