Version: 2022.1
言語: 日本語

ArticulationBody.GetJointForcesForAcceleration

マニュアルに切り替える
public ArticulationReducedSpace GetJointForcesForAcceleration (ArticulationReducedSpace acceleration);

パラメーター

acceleration The desired acceleration in reduced space.

戻り値

ArticulationReducedSpace The forces needed for the body to reach the desired acceleration in reduced space.

説明

Returns the forces required for the body to reach the provided acceleration in reduced space.

The number of DOF in the provided acceleration must match the DOF count of the inbound joint. The calculation does not consider gravity and therefore gravity must be counteracted with ArticulationBody.GetJointGravityForces. ArticulationDrives and potential damping terms are not considered in the computation (for example, linear/angular damping or joint friction).
The returned forces can then be applied with ArticulationBody.jointForce.