-
Notifications
You must be signed in to change notification settings - Fork 189
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
Polygon Array not showing Polygon when only border is False #2840
Comments
Thanks for your reports. Why is it being rendered at this size?
|
I can see the polygon, albiet very thinly when |
just checked with your script and yeah looks like they show up filled, when reduced in size. This only seems to happen with thin concave polygons. |
I see. |
On ROS noetic
I have noticed that some polygons are not showing when
only border
is False.These polygons are usually concave.
I have a python script below with the polygon. I am publishing a single polygon as both a Polygon and PolygonArray. The Polygon works fine but the PolygonArray does not with when
only border
is False.Only Border: True
Only Border: False
Polygon
The text was updated successfully, but these errors were encountered: