Click or drag to resize
DenavitHartenbergParameters Structure
The Denavit-Hartenberg parameters (also called DH parameters) are the four parameters associated with a particular convention for attaching reference frames to the links of a spatial kinematic chain, or robot manipulator.

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public struct DenavitHartenbergParameters

The DenavitHartenbergParameters type exposes the following members.

Constructors
  NameDescription
Public methodDenavitHartenbergParameters
Initializes a new instance of the DenavitHartenbergParameters struct using specified parameter values.
Top
Properties
  NameDescription
Public propertyA
Length of the common normal. Assuming a revolute joint, this is the radius about previous z.
Public propertyAlpha
Angle about common normal, from old z axis to new z axis.
Public propertyD
Offset along previous z to the common normal.
Public propertyTheta
Angle about previous z, from old x to new x.
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Version Information

Supported in: 1.0.0.0
See Also