-
Benjamin replied to the topic Question about variable meaning in collision component in the forum Programming with SOFA 3 weeks, 4 days ago
Hi Hugo,
Very appreciate your help. It solves my problem.
Regards,
Ben -
Benjamin replied to the topic Question about variable meaning in collision component in the forum Programming with SOFA 1 month, 1 week ago
Hi hugo,
Sorry for the late update. I have tried your method, but it seems if I need to use the old position in the collision detection, calling the position from solver is hard to make for me. From what I found, the solver updated every time before the collision detection is triggered.
So I am trying to add additional function in…[Read more]
-
Benjamin started the topic Adding Constraint in Python Controller in the forum Programming with SOFA 2 months, 2 weeks ago
Hi Hugo,
Can I ask if I can achieve the performance of PartialFixedConstraint in Python Controller? I understand this is based on projectve constraint and set the velocity to zero. So for example, I tried to keep velocity on x, y to zero and only allow motion on z direction in both onBeginAnimationStep and onEndAnimationStep. But it seems these…[Read more]
-
Benjamin replied to the topic Question about variable meaning in collision component in the forum Programming with SOFA 3 months, 2 weeks ago
Hi Hugo,
Sorry for late reply and thanks for the explanation.
I have sort of figuring out the usage of CollisionElemenIterator. But there is another problem appears. My collision algorithm requires to compare the node positions in previous frame and current frame. Does SOFA store all nodes’ old positions? From what I have seen in Intersection…[Read more]
-
Benjamin replied to the topic Mapping issue between 2 meshes in the forum Using SOFA 3 months, 3 weeks ago
Hi @twxu,
I also have the same problem as you. Can I ask if it is possible to tell me how to align the mesh from two different object?
Regards,
Ben -
Benjamin started the topic Question about variable meaning in collision component in the forum Programming with SOFA 4 months, 1 week ago
Hi everyone,
Can anyone help me with the meaning of variable CollisionElement and CollisionModel? From what I am understanding, the CollisionElement refers to the unit like point, edge, triangle and CollisionModel refers to bounding volume? The explanation either in the documentation or code comments is vague. Can anyone give me more details…[Read more]
-
Benjamin replied to the topic Continuous collision detection in the forum Programming with SOFA 4 months, 3 weeks ago
Hi Francois,
Thanks for your reply.
What I am thinking is to replace the detection algorithm in SOFA with my algorithm. The part of code in SOFA I’d like to replace is the addCollisionPair in BruteForceDection.cpp. So the same outputs as the old code (contact time, contact point, etc.) will be given by the new algorithms and the SOFA will use…[Read more]
-
Benjamin replied to the topic Continuous collision detection in the forum Programming with SOFA 5 months ago
Hi Hugo,
I am also currently working on Continuous Collision Detection. Do you know if anyone is familiar with this part? Do you have suggestions how to build the unit test to test the collision part in SOFA?
Regards,
Ben -
Benjamin started the topic Question about pre-deformed bellow actuator in the forum Using SOFA 7 months, 2 weeks ago
Hi everyone,
I have a question about loading pre-deformed geometry, similar to the an old post
. I want the initial state of a hollow bellow actuator in a compression condition and then running other simulation based on this initial state. One end of actuator will…[Read more]
-
Benjamin became a registered member 7 months, 2 weeks ago