Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simulate the blood flows in Aorta by Mujoco #3

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

vovantuan1999a
Copy link
Collaborator

I have add code for simulate the blood flows in Aorta by Mujoco

@tudorjnu
Copy link
Owner

Is it possible to make use of the Scene class from cathsim.cathsim.env.py?

@vovantuan1999a
Copy link
Collaborator Author

vovantuan1999a commented May 25, 2023

Yes. It possible to make the simulate the blood flows in Aorta use of the Scene class from cathsim.cathsim.env.py.
When run code with Scene class, I can operation the guidewire with the Aorta have flow bloods.
This is the result when I run it use class Scene from cathsim.cathsim.env.py.
If the image bellow result is correct with your mean, I will update the code?

@tudorjnu
Copy link
Owner

Maybe it will be best if you integrate the particles with dm_control.composer for an example, you can check the Phantom or Guidewire. Also, maybe make a property that stores the positions and velocities of the particles and a setter to set new positions and velocities. This way we can manipulate the particles.

For now, just make a dummy function that returns the same positions and velocities.

@vovantuan1999a
Copy link
Collaborator Author

Yeah. I see. I will try it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants