LOCAL result : SET OF kinematic_joint := []; END_LOCAL; REPEAT i := 1 TO HIINDEX(items); result := result + items[i].transformation_operator.joint; END_REPEAT; RETURN(result);
END_FUNCTION; -- collect_joints
public class FCollect_joints
public static Value run(SdaiContext _context, Value items)