graphical-debugging icon indicating copy to clipboard operation
graphical-debugging copied to clipboard

Why the boost::geometry::box cannot be showed in my vs community 2019

Open zhumeng-robotics opened this issue 3 years ago • 3 comments

Hi, I am a new user for the graphical-debugging, I found the boost::geometry::box cannot be showed in vs community 2019. is there some setting to enable this plot ?

Screenshot 2021-07-08 095742

zhumeng-robotics avatar Jul 08 '21 01:07 zhumeng-robotics

Hi, All of the supported geometries should be shown. What are the coordinates of the box you're trying to display?

awulkiew avatar Jul 08 '21 08:07 awulkiew

Hi, All of the supported geometries should be shown. What are the coordinates of the box you're trying to display?

Hi Adam, The qbox position info is as below, it is the return_envelope of qpoly. I am also feel strange since the box is the base type of boost geometry... Screenshot 2021-07-09 132555

zhumeng-robotics avatar Jul 09 '21 05:07 zhumeng-robotics

Thanks! I see that the colors are not in order, this means you have created the list by adding some geometries and then removing some of them and adding again. This is fine. I only want to know if the problem is related to the drawing of the box or to the list manipulation. Was the box visible at some point and then disappear? Is it shown if you create a list in a different order? Is it shown if it's the only geometry that is on the list? Etc.

awulkiew avatar Jul 09 '21 10:07 awulkiew

It should be fixed in v0.34.

awulkiew avatar May 18 '23 21:05 awulkiew