Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vrguru committed Apr 24, 2018
1 parent 366e771 commit 7bd653c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,15 @@ Control the vehicle using the keyboard (left/right/up/down).

![](images/CableVSWire.png)

To illustrate the difference between the `agxCable::Cable` class and the `agxWire::Wire` class this scene show two similar scenarios where one is using
To illustrate an important difference between the `agxCable::Cable` class and the `agxWire::Wire` class this scene show two similar scenarios where one is using
the Cable and the other using the Wire class. Notice that the one using a Wire is perfectly stable, even under high loads.
You can change the mass of the WireWeight rigid body to see how the wire reacts even under very high loads.

Also, the crane arm is flexible, using a number of rigid bodies, locked to each other using LockJoints. The compliance (stiffness) of the LockJoints can
be set using the editor when running the simulation.

Also, the winch in the wire crane can be operated using the same property editor.

This does not mean that the Cable *does not work* it just means that it behaves as expected from a lumped element model under high tension. The `agxCable::Cable` class is excellent for modelling hoses, ropes, hydraulic pipes etc where you do not have a high load compared to the individual mass elements in the discretized cable model.

The `agx::Wire` class on the other hand is a different beast that can cope with extremely high load, still it has a realistic interaction with surrounding geometries, including contact friction...

0 comments on commit 7bd653c

Please sign in to comment.