This commit is contained in:
Sarah Wolf 2020-03-27 16:21:56 -07:00
Родитель a5fb622322
Коммит 389c5c4856
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,13 +1,13 @@
# Articulations Demo Robot
<img align="right" style="padding-left: 10px; padding-right: 10px; padding-bottom: 10px" width="302" height="155" src="images/RobotHandDemo.gif">
This is a simulation of the [Universal Robotics UR3e](https://www.universal-robots.com/products/ur3-robot/) robot using Unity's new [articulation joint system](https://docs.unity3d.com/2020.1/Documentation/ScriptReference/ArticulationBody.html).
This new joint system, powered by [Nvidia's PhysX 4](https://news.developer.nvidia.com/announcing-physx-sdk-4-0-an-open-source-physics-engine/), is a dramatic improvement over the older joint types available in Unity. It uses Featherstone's algorithm and a reduced coordinate representation to gaurantee no unwanted stretch in the joints. In practice, this means that we can now chain many joints in a row and still achieve stable and precise movement.
This, along with other key improvements in PhysX 4, unlocks state of the art robotics simulation in Unity.
![](images/RobotHandDemo.gif)
### Getting Started