Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make dynamic particle attachment tighter?
#2
(07-12-2022, 02:24 PM)azazdeaz Wrote: I have a moving robot attached to a tether. The tether should constrain the movement of the robot. The physics are working pretty well, but visually, the tether always separates far from the robot.

Video: https://gfycat.com/singleaccomplishedangelfish

I tried things like changing the pin-constrain, mass of the rope/rod, but nothing seem to have a serious effect.

Please let me know if you have any suggestions that i should try. The goal is to simulate a pretty rigid tether that doesn't stretch much.
Thanks in advance!

Hi,

Is the robot a non-kinematic rigidbody, and are you using a dynamic attachment (as opposed to a static one)? Otherwise, the rope can't apply any forces to it.
Also make sure that the mass of the robot is not extremely large compared to that of the rope, as that will make the rope struggle to constrain the robot.


Sorry, disregard the above instructions: the robot does seem affected by the rope, but only to a very small extent. I would check if your pin constraint's relaxation factor is lower than 1, as that will only apply a percentage of the constraint. It needs to be 1 or slightly larger than 1. You can find this setting under the solver's Constraints foldout.

Also, make sure the attachment's compliance is zero. Any value larger than zero will make the attachment elastic.

If neither suggestion fixes the issue, would need more information about how your robot is setup to diagnose this.

kind regards,
Reply


Messages In This Thread
RE: How to make dynamic particle attachment tighter? - by josemendez - 07-12-2022, 02:35 PM