get_robot_positions

Description

Returns the current position of each N9 robot axis, in units of counts.

Signature

get_robot_positions(self) -> List[int]

Returns

List[int]

A list of length 4 representing the current position of the [gripper, elbow, shoulder, z-axis] in units of counts.

Example