Version: 2022.3
LanguageEnglish
  • C#

ArticulationBody.GetJointForcesForAcceleration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual

Declaration

public ArticulationReducedSpace GetJointForcesForAcceleration(ArticulationReducedSpace acceleration);

Parameters

acceleration The desired acceleration in reduced space.

Returns

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

Description

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.