浏览代码

Update README.md

/main
GitHub 3 年前
当前提交
59895ac0
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 3
      README.md

3
README.md


## Getting forces required to reach a specific acceleration
Use `ArticulationBody.GetJointForcesForAcceleration(ArticulationReducedSpace acceleration)` to get the forces needed to reach the provided acceleration in reduced space. This method works on the specific Articulation Body and not the whole chain.
Use `ArticulationBody.GetJointForcesForAcceleration(ArticulationReducedSpace acceleration)` to get the forces needed to reach the provided acceleration in reduced space. This method works on the specific Articulation Body and not the whole chain. \
**Note:** The DoF count for the provided acceleration must match the DoF count of the inbound joint. (for example if the inbound joint is prismatic or revolute, the provided acceleration should also only have one DoF)
![ID Forces For acceleration](/Demo_gifs/ID_ForcesForAcceleration_Demo.gif)
正在加载...
取消
保存