Seekerzero

Results 23 comments of Seekerzero

I think this is because you use a different version of opencv. The verified version of openCV is 4.2.0, please check if you get the build warning when you run...

Hi Koide, I was finally settling down after coming back from the Japan (It is nice to meet with you in person :). Please let me know if there is...

Thank you! Sure, I will test them and let you know.

Hi Koide, I was refactoring my code and am ready to test the grouping drawable feature. Could you help me merge the current master branch into the grouping branch? So...

I totally understand that it was the ICRA due day. I know it :) Thanks for the help!

The cmake was not correctly installed. Could you print the cmake version in the terminal? If it is 3.30.3, could you try switching to the older release?

Hi Koide, Thanks for your quick response! If I understand this correctly, does that mean that the alpha value of guik::VertexColor can't be changed once it is set? Since I...

Thanks for your detailed instructions! Now, it works on my end. I think it would be helpful if you could put this in the shader setting section for more people...

Hi @koide3 , I was re-implementing your cookbook demo for cropping the point cloud. I found that the cube transparency is not correctly displayed. The render cube will cover the...

Hi @koide3, I figured out the issue; the problem is coming from the order of creating the drawables. In my implementation, I initialize the cube after creating the point buffer,...