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
I’m running Isaac Lab(2.0.0) Isaacsim(4.5.0) in headless training mode with PhysX LiDAR enabled.
To make the LiDAR sensor update, I need to call self.render().
However, when I do this, I notice that CPU memory usage keeps increasing over time.
If I don’t call self.render(), the LiDAR sensor does not update with each simulation step.
Why does self.render() in headless mode cause CPU memory to grow?
Is there a recommended way to properly release memory or update LiDAR sensors without this issue?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I’m running Isaac Lab(2.0.0) Isaacsim(4.5.0) in headless training mode with PhysX LiDAR enabled.
To make the LiDAR sensor update, I need to call self.render().
However, when I do this, I notice that CPU memory usage keeps increasing over time.
If I don’t call self.render(), the LiDAR sensor does not update with each simulation step.
Why does self.render() in headless mode cause CPU memory to grow?
Is there a recommended way to properly release memory or update LiDAR sensors without this issue?
Beta Was this translation helpful? Give feedback.
All reactions