I'm having some troubles with placing an image: I want to put the image by the side of the text but I'm obtaining this:

\begin{figure}
\begin{flushright}
\begin{minipage}{0.4\textwidth}
\begin{center}
\includegraphics[width=0.6\textwidth]{AG.jpg}
\caption{Gripper}
\label{img:g}
\end{center}
\end{minipage}
\end{flushright}
\end{figure}
%
\vspace{-7cm}
%
\begin{flushleft}
\begin{minipage}{0.4\textwidth}
\begin{itemize}
%
%
\item[\textbf{\emph{Gripper}}] Un {\emph{gripper}$^{\href{https://www.youtube.com/watch?v=QQz5TQUep00}{1}}$} és un efector final que està dissenyat per a agafar i sostenir objectes. S'insereix en l'última baula del braç. Pot sostenir un objecte utilitzant diversos mètodes diferents, com ara: l'aplicació de pressió entre el que és "dits", o usar la magnetització o buit per contenir l'objecte, etc. Veure efector final.
%
\end{itemize}
\end{minipage}
\end{flushleft}
Thanks in advance