You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling physics_pipeline.step, it calls automatically QueryPipeline.update_incremental but gives param refit_and_rebalance to false. If someone doesn't call again QueryPipeline.update then the QueryPipeline.qbvh will keep growing forever (because nodes are marked as dirty but aren't actually removed.
The text was updated successfully, but these errors were encountered:
When calling
physics_pipeline.step
, it calls automaticallyQueryPipeline.update_incremental
but gives paramrefit_and_rebalance
to false. If someone doesn't call againQueryPipeline.update
then theQueryPipeline.qbvh
will keep growing forever (because nodes are marked as dirty but aren't actually removed.The text was updated successfully, but these errors were encountered: