How many vertices can Gazebo (ODE) handle?
I have been trying to load a mesh in gazebo (Meshlab shows it has some 1.5 million vertices), it takes some time but Gazebo can make it but doesn't display everything inside the mesh as some parts are missing.
When I then spawn a simple object (bowl with 600 vertices) on top of one part of the big mesh (a ring shaped table) it just sinks inside the mesh while slowing down until coming out from the other side. I expect it to just stand there as it should when you pot a bowl on a surface. I tried reducing the number of vertices to 200000 with Meshlab but nothing changed.
I couldn't find any documentation about such behavior. I checked the inertia, the center of mass, the overlap between collision and visual model and everything seems fine. I also tried bullet, the behavior was a bit different and the bowl started flying around, ending up on the floor after few minutes. Are there any other details that I am missing?
I am working with Gazebo 9.0.0 and collada meshes that I export from Blender.