Skip to content

Robotic Arm's Global Waypoint List Structure rm_waypoint_list_t

Parameter description

ParameterTypeDescription
page_numintPage number.
page_sizeintPage size (number of waypoints per page).
total_sizeintTotal size of the waypoint list (total number of waypoints).
vague_searchbytesVague search string (keyword used for searching for waypoints).
list_lenintReturn the conforming global waypoint list length.
points_listrm_waypoint_t array[100]Return the conforming global waypoint list.

Member function

Python
rm_ctypes_wrap.rm_waypoint_list_t.to_dict(self)