C, C++:
Global Waypoint Storage Informationrm_waypoint_t Class member variable description
Waypoint name
point_nameC++char rm_waypoint_t::point_name[20]Joint angle
jointC++float rm_waypoint_t::joint[ARM_DOF]Pose information
poseC++rm_pose_t rm_waypoint_t::poseJump to rm_pose_t for details of the structure.
Work frame name
work_frameC++char rm_waypoint_t::work_frame[12]Tool frame name
tool_frameC++char rm_waypoint_t::tool_frame[12]Waypoint addition or modification time
timeC++char rm_waypoint_t::time[50]

