Suction gripper & To pick up objects & N/A & effector \\
\hline
RGB-D camera (Kinect) & To identify the object and enable its localization in time & N/A & exteroceptor \\
\hline
\end{tabular}
\end{center}
\subsection{Notation}
\begin{description}
\item[B] - robot base reference frame
\item[E] - end-effector frame
\item[K] - Kinect frame
\item[M] - Mold frame
\item[v] - v-th object frame
\item[c] - current pose
\item[T] - transformation
\item[$\prescript{B}{E}{T}$] - Effector with respect to base
\item[$\prescript{B}{K}{T}$] - Kinect with respect to base
\item[$\prescript{B}{v}{T}$] - v-th object with respect to base
\item[$\prescript{B}{M}{T}$] - mold with respect to base
\item[$\prescript{E}{K}{T}$] - Kinect with respect to effector
\item[$\prescript{E}{v}{T}$] - v-th object with respect to effector
\item[$\prescript{E}{M}{T}$] - mold with respect to effector
\item[$\prescript{K}{v}{T}$] - v-th object with respect to Kinect
\item[$\prescript{K}{m}{T}$] - mold with respect to Kinect
\item[$\prescript{M}{v}{T}$] - v-th object with respect to mold
\end{description}
\section{Internal structure of agents}
\includepdf[pagecommand=\subsection{General system structure}]{generalSystemStructure.pdf}
\includepdf[pagecommand=\subsection{Inner structure of the virtual effector}, scale=0.9]{e_irp_m.pdf}
\includepdf[pagecommand=\subsection{Inner structure of the virtual suction gripper effector}, scale=0.9]{e_irp_g.pdf}
\includepdf[pagecommand=\subsection{Inner structure of the virtual receptor}, scale=0.9]{r_irp_k.pdf}
\includepdf[pagecommand=\subsection{Inner structure of the control subsystem}, scale=0.9]{c_irp.pdf}
\section{Sampling rates}
\begin{description}
\item[$E_{irp, m}$] - 2 miliseconds
\item[$e_{irp, m}$] - 2 miliseconds
\item[$E_{irp, g}$] - 2 miliseconds
\item[$e_{irp, g}$] - 2 miliseconds
\item[$R_{irp, k}$] - 33 miliseconds
\item[$r_{irp, k}$] - 33 miliseconds
\item[$c_{irp}$] - 2 miliseconds (same as fastest virtual effector
\end{description}
\section{General description of virtual effectors/receptors behaviour}
\paragraph{$e_{irp, m}$} - This effector is responsible for maneuvering the arm to align the suction gripper over the targeted item. It communicates the arm's position and the force-torque data to the control subsystem. Once the object is secured, it transports the object to the designated mold, ensuring proper orientation for insertion.
\paragraph{$e_{irp, g}$} - This effector activates the suction when the gripper is accurately positioned. It monitors and conveys the gripper's suction intensity and its grip status to the control subsystem. After the item is secured and positioned over the appropriate mold, this element facilitates the release of the object.
\paragraph{$r_{irp, k}$} - This effector takes care of item identification, determining and communicating their positions to the control subsystem. It also provides details about the rotational adjustments necessary for the picked object, enabling its correct alignment with the mold.
\section{Data Structures (Buffers) of control subsystem}
\item[$\prescript{c}{}{c}_{irp}\lbrack\prescript{B}{K}{T}\rbrack$] Kinect sensor pose wrt robot base reference frame
\item[$\prescript{c}{}{c}_{irp} \lbrack \prescript{P}{G}{T} \rbrack $] Transformation between the suction and pre suction poses
\item[$\prescript{c}{}{c}_{irp} \lbrack \prescript{B}{1 \dots V}{O}_c \rbrack $] List of verified object and their types (square, circular or triangular)
\item[$\prescript{c}{}{c}_{irp} \lbrack \prescript{B}{E_g}{T}_d \rbrack $] Suction pose, when the contact with the object is expected
\item[$\prescript{c}{}{c}_{irp} \lbrack \prescript{B}{E_p}{T}_p \rbrack $] Pre-suction pose, where should the final grasp approach begin
\item[$\prescript{c}{}{c}_{irp} \lbrack d_o \rbrack $] Transformation between the suction and pre suction poses
\item[$\prescript{c}{}{c}_{irp} \lbrack \prescript{B}{E_s}{T}_d \rbrack $] Start pose of the manipulator
\item[$\prescript{c}{}{c}_{irp} \lbrack p_o \rbrack $] Level of pressure in suction when suction is turned off
\item[$\prescript{c}{}{c}_{irp} \lbrack \prescript{E}{F}T \rbrack $] Pose of center of the gripper with respect to end-effector
\item[$\prescript{c}{}{c}_{irp} \lbrack p_p \rbrack $] Vacuum pressure level indicating that the object got picked up
\item[$\prescript{c}{}{c}_{irp} \lbrack \prescript{}{z}V_d, \prescript{}{z}D_d, \prescript{}{z}I_d \rbrack $] Velocity, damping and inertia values (along the Z axis) when approaching the object for suction
\end{description}
\section{Transition functions and terminal conditions}
\subsection{States and Behaviours}
\begin{center}
\begin{tabular}{ | c | c| c |}
\hline
$\prescript{c}{}S_{irp, 1}$&$\prescript{c}{}{B}_{irp, 1}$& Move to initial pose \\
\hline
$\prescript{c}{}S_{irp, 2}$&$\prescript{c}{}{B}_{irp, 2}$& Recognize objects in the scene \\