Dynamixel
JointSet Constructor (DynNet)
NamespacesDynamixelJointSetJointSet(DynamixelNetwork)
Constructor.
Declaration Syntax
C#Visual BasicVisual C++
public JointSet(
	DynamixelNetwork DynNet
)
Public Sub New ( _
	DynNet As DynamixelNetwork _
)
public:
JointSet(
	DynamixelNetwork^ DynNet
)
Parameters
DynNet (DynamixelNetwork)
The DynamixelNetwork to be used by the JointSet.
Remarks
Scans the DynamixelNetwork for the expected unit IDs and constructs the joints for the JointSet.

Assembly: Dynamixel (Module: Dynamixel) Version: 1.0.4.0