Click or drag to resize
Accord.NET (logo)

DenavitHartenbergModelCompute Method (DenavitHartenbergModel)

Calculates the entire model given it is attached to a parent model and computes each joint position.

Namespace:  Accord.Math.Kinematics
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public void Compute(
	DenavitHartenbergModel parent
)
Request Example View Source

Parameters

parent
Type: Accord.Math.KinematicsDenavitHartenbergModel
Parent model this model is attached to.

Return Value

Type: 
Model transform matrix of the whole chain (parent + model).
Remarks
This function assumes the parent model has already been calculated.
See Also