Skip to content

Position Structure rm_position_t ​

It is commonly used to represent the position of the robot, object, or other point located in three-dimensional space.

Parameter description ​

ParameterTypeDescription
xfloatX-coordinate, in m.
yfloatY-coordinate, in m.
zfloatZ-coordinate, in m.

Member function ​

python
rm_ctypes_wrap.rm_position_t.to_dict(self,recurse = True)

Return the class variables as dictionaries and, if the recurse is True, process the structure fields recursively through ctypes.