Skip to content

[Bug]: The liquid will not leak from the bottom of the container when it is placed close to the ground, but it will seep out in a container that is suspended in the air. #2319

@Kawhi5

Description

@Kawhi5

Bug Description

When the height parameter of the container is 0, the liquid inside will not leak. However, as the height of the container is increased, the liquid will leak from the bottom.

86a7970368fef027e7d826f6a3a9ba52_raw.mp4

Steps to Reproduce

If possible, provide a script triggering the bug, e.g.

# code snippet triggering the bug
import genesis as gs
gs.init()
scene = gs.Scene(show_viewer=False)
broken = scene.add_entity(
    gs.morphs.MJCF(file='attachement.xml'),
)
scene.build()

Make sure to attached any needed assets (here attachement.xml)!

Expected Behavior

Provide some assistance and references regarding liquid leakage.

Screenshots/Videos

No response

Relevant log output

Environment

  • OS: [e.g. Ubuntu 24.04, Windows 11 24H2]
  • GPU/CPU [e.g. A100, RTX 4090, M3pr, Intel I9-9900k, Ryzen 5900x] (N/A if no GPU/CPU)
  • GPU-driver version (N/A if no GPU)
  • CUDA / CUDA-toolkit version (N/A if non-Nvidia)

Release version or Commit ID

Image

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions