lidar_camera_calibration icon indicating copy to clipboard operation
lidar_camera_calibration copied to clipboard

Assertion 'G_IS_OBJECT (object)' failed.

Open dejongyeong opened this issue 4 years ago • 8 comments

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 avatar Jun 10 '20 20:06 dejongyeong

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 avatar Jun 16 '20 09:06 Makuh28

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

crankler avatar Jun 18 '20 15:06 crankler

@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 avatar Aug 07 '20 15:08 abhi5691

@abhi5691 I could't work that out.

dejongyeong avatar Aug 08 '20 22:08 dejongyeong

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

renjiahao0928 avatar Apr 13 '21 12:04 renjiahao0928

@renjiahao0928 have you figured this out yet?

miriamrebekah avatar Apr 16 '21 20:04 miriamrebekah

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

HRex39 avatar Jul 19 '21 03:07 HRex39

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

YinghuiYou avatar Sep 27 '21 06:09 YinghuiYou