Availability of Beamadapter's Steerable Catheter and Attaching an External STL to Its Tip #5320
Replies: 2 comments 1 reply
-
|
Hello ! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
With @fredroy's help, I successfully implement everything. Thank you! |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Long time no see!
I always make good use of the SOFA simulation. Thank you :)
I am asking this question because my new project requires a more advanced catheter simulation.
Actually, the following link represents the procedure I am trying to implement, but since it is not available, I am currently gathering information from various sources to imitate this.
https://www.sofa-framework.org/applications/plugins/cardiac-electrophysiology-2/
The source code is as following:
https://github.com/sofa-framework/BeamAdapter/blob/master/src/BeamAdapter/component/engine/SteerableCatheter.inl
When I change in the example code (https://github.com/sofa-framework/BeamAdapter/blob/master/examples/3instruments_collis.scn)
to
It success to start the simulation, but bending is not working(ctrl+6, ctrl+9 not working).
How can I fix the code to work correctly? Is it possible to use this now? I really want to use steerable catheter :)
I want to add pacemaker object to catheter. like this.
I have the stl file of pacemaker object, but I want to know the way to add this object to tip of catheter. I am implementing these in python script. Is it possible to implement without modify the source code?
Thank you!
Best regards,
Sangbaek Yoo
Beta Was this translation helpful? Give feedback.
All reactions