Dynamixel
Record Method (set)
NamespacesDynamixelPostureRecord(JointSet)
Record the current posture of the JointSet.
Declaration Syntax
C#Visual BasicVisual C++
public bool Record(
	JointSet set
)
Public Function Record ( _
	set As JointSet _
) As Boolean
public:
bool Record(
	JointSet^ set
)
Parameters
set (JointSet)
The JointSet whose posture is to be recorded.
Return Value
Returns true if at the posture changed.

Assembly: Dynamixel (Module: Dynamixel) Version: 1.0.4.0