Cannot spawn particles usd at right position and the particles are not falling down. #2208
Unanswered
gyeongjun9
asked this question in
Q&A
Replies: 1 comment
-
Thank you for posting this. We haven't yet understood why this would be happening. Could you try running only 1 environment? Maybe simplifying the simulation to just the robot and bucket of particles, without the cubes, could help. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I made my water particles usd by USDComposer tool with particle samplers and physics material api. And here's the result simulation of the water particles usd I made.
Screencast.from.04-01-2025.11.16.21.PM.webm
And after that, I spawned this water usd file using AssetBaseCfg. Here's the code that I wrote
class SceneCfg(InteractiveSceneCfg):
def run_simulator(sim: sim_utils.SimulationContext, scene: InteractiveScene):
"""Run the simulator"""
# Define simulation stepping (not understood it yet..)
sim_dt = sim.get_physics_dt()
sim_time = 0.0
count = 0
def main():
"""Main function."""
if name == "main":
# run the main function
main()
# close sim app
simulation_app.close()
I ran this python file using IsaacLab python and the result was like this.
Screencast.from.04-01-2025.11.24.12.PM.webm
Before I ask some questions, let me explain how I made these particles usd file.
The thing that I want to ask is two things.
I would be so happy if some of you give me some feedback. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions