浏览代码

Update urdf_tutorial.md (#168)

/laurie-RosConnection2.0
GitHub 3 年前
当前提交
e3544031
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 2
      tutorials/urdf_importer/urdf_tutorial.md

2
tutorials/urdf_importer/urdf_tutorial.md


- Click `Import`
## Using the Controller
- By default a robot imported using the URDF Importer is loaded without any constraints or controller.
- A controller is pre-built in Unity URDF Importer to help showcase the movement of robots in Unity.
- To add the controller to an imported robot click the `Enable` button in the Inspector window in front of the `Controller Script` option. This will add a Controller Script, FKrobot and Joint Control at runtime.
- To prevent the joints from slipping set the `Stiffness` and `Damping` to `100,000` and `10,000` respectively.
- To be able to apply forces to the joints set the `Force Limit` to `10,000`.

正在加载...
取消
保存