Skip to content

Commit

Permalink
Add missing systems
Browse files Browse the repository at this point in the history
  • Loading branch information
cgokmen committed Dec 27, 2024
1 parent 6c3f232 commit 9fb980e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions omnigibson/systems/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from omnigibson.systems.system_base import BaseSystem, PhysicalParticleSystem, VisualParticleSystem
from omnigibson.systems.macro_particle_system import (
MacroParticleSystem,
MacroPhysicalParticleSystem,
Expand All @@ -12,6 +13,7 @@
)

__all__ = [
"BaseSystem",
"Cloth",
"FluidSystem",
"GranularSystem",
Expand All @@ -20,4 +22,6 @@
"MacroVisualParticleSystem",
"MicroParticleSystem",
"MicroPhysicalParticleSystem",
"PhysicalParticleSystem",
"VisualParticleSystem",
]

0 comments on commit 9fb980e

Please sign in to comment.