Interaction Forces with softbody #186
Replies: 3 comments
-
Hi Johannes, Hmm, did you set the "enable feedback" to This is what the output for the JOINT Link6-Link7:
name: Link6-Link7
parent: BODY Link6
child: BODY Link7
parent axis:
x: 0.0
y: -1.0
z: -0.0
parent pivot:
x: 0.00048
y: -0.09359
z: 0.07237
child axis:
x: 0.0
y: 0.0
z: 1.0
child pivot:
x: 0.0
y: 0.0
z: 0.0
joint limits:
high: 2.74889
low: -2.74889
enable feedback: true # <----- This boolean flag
passive: false
controller:
P: 0.1346
I: 0.00135
D: 0.00135
controller output type: VELOCITY
type: revolute
max motor impulse: 0.05000000074505806
damping: 0.95 You can of course set this flag for the joint using the Blender add-on as well. Softbody.Grasping.Forces.mp4 |
Beta Was this translation helpful? Give feedback.
-
@JohannesSchwaiger I converted the issue into a discussion. Let me know if the suggestions work for you. |
Beta Was this translation helpful? Give feedback.
-
Hello, I am also trying to replicate this simulation to get graph for force feedback. Plus I am trying to generate graph by following this source is this correct or you generated by some other means? This is the standard model I am using from AMBF @JohannesSchwaiger @adnanmunawar Thanks, |
Beta Was this translation helpful? Give feedback.
-
Hello Adnan,
thanks again for your implementation of softbody grasping! Sorry to bother you with another issue.
I dont seem to get any interaction forces between the softbody and the grasper, is that correct? My current understanding is that sensed/grasped vertices are fixated a set distance to the actuator without actual interaction with the body grasping it. The grasping body only provides the location (+offset) and no direct link is created. Therefore no forces and no pull is transfered from the softbody to the grasping object. Is my understanding here correct? Or should a "rubber band be able to excert forces on the grasper?
Kind regards,
Johannes
Beta Was this translation helpful? Give feedback.
All reactions