Why ist TRIANGLE_LIST with scale.x = 0.001 not shown?
Hey!
I want to draw some triangles in RVIZ via TRIANGLE_LIST and have problems to understand the scale in this case. I had the size set to
marker.scale.x = marker.scale.y = 0.001;
marker.scale.z = 1;
from visualizing another type. A marker with this scale was not drawn in RVIZ (also no warning was generated). It took me some time to find this error and my triangles are rendered nicely if I set the scale to [1,1,1]. Can someone tell me why this is implemented in this way? Shouldn't the scale be ignored completely?
0.001 is 0.1 cm which is very small, you can zoom out more to see.