-
Notifications
You must be signed in to change notification settings - Fork 0
/
object_detection.tex
20 lines (18 loc) · 1.51 KB
/
object_detection.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\subsubsection{Detection \& Segmentation}
ED enables integrating sensor data with use of the plugins present in the ed\_sensor\_integration package. Two different plugins do exist:
1. laser\_plugin: Enables tracking of 2D laser clusters. This plugin can be used to track dynamic obstacles such as humans.
2. kinect\_plugin: Enables world model updates with use of data from the Microsoft Kinect\texttrademark. This plugin exposes several ROS services that realize different functionalities:
\begin{enumerate}[label=(\alph*)]
\item Segment: Service that segment sensor data that is not associated with other world model entities. Segmentation areas can be specified per entity in the scene. This allows to segment object ‘on-top-of’ or ‘in’ a cabinet.
\item FitModel: Service that fits the specified model in the sensor data of the Microsoft Kinect\texttrademark. This allows updating semi-static obstacles such as tables and chairs.
\end{enumerate}
The ed\_sensor\_integration plugins enable updating and creating entities. However, new entities are classified as unknown entities.
\begin{figure}[h]
\centering
%\vspace{-0.3cm}
\includegraphics[width = 1\linewidth]{Figures/ed_perception}
%\vspace{-1em}
\caption{ED Perception responsible for the object segmentation and calling the object recognition service. Left, the segmented objects in the robot's sensor frame are displayed; the final annotated world representation is shown at the right picture.}
\label{fig:ed_perception}
%\vspace{-0.5cm}
\end{figure}