Classes | |
class | ErrorSimulation |
This class is used to simulate typical errors of an object recognition system. More... | |
class | FakeObjectRecognition |
The central class of the recognition system used for managing the ros subscriptions, configuration changes, loading of the objects, the recognition itself and the visualisation of the results. More... | |
class | ObjectConfig |
This class is used to save information about an available object. More... | |
class | Rating |
This class is used to rate an object's pose based on the current camera position. More... | |
Functions | |
static const std::string | CLEAR_ALL_RECOGNIZERS_SERVICE_NAME ("clear_all_recognizers") |
static const double | DEFAULT_OR_X_NOISE_DEV (0.02) |
static const double | DEFAULT_OR_X_NOISE_MEAN (0.0) |
static const double | DEFAULT_OR_Y_NOISE_DEV (0.02) |
static const double | DEFAULT_OR_Y_NOISE_MEAN (0.0) |
static const double | DEFAULT_OR_Z_NOISE_DEV (0.02) |
static const double | DEFAULT_OR_Z_NOISE_MEAN (0.0) |
static const double | DEFAULT_POS_NOISE_DEV (0.005) |
static const double | DEFAULT_POS_NOISE_MEAN (0.0) |
static const double | DEFAULT_PROB_POSE_INVAL (0.01) |
static const std::string | GET_ALL_RECOGNIZERS_SERVICE_NAME ("get_all_recognizers") |
static const std::string | GET_RECOGNIZER_SERVICE_NAME ("get_recognizer") |
static const std::string | NODE_NAME ("asr_fake_object_recognition") |
static const std::string | RELEASE_RECOGNIZER_SERVICE_NAME ("release_recognizer") |
Copyright (c) 2016, Allgeyer Tobias, Aumann Florian, Borella Jocelyn, Meißner Pascal, Qattan Mohamad All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
static |
The name of service used for removing objects from the list of recognizable objects
|
static |
The default value of the normal distribution's standard deviation value used for orientation errors (x-axis)
|
static |
The default value of the normal distribution's mean value used for orientation errors (x-axis)
|
static |
The default value of the normal distribution's standard deviation value used for orientation errors (y-axis)
|
static |
The default value of the normal distribution's mean value used for orientation errors (y-axis)
|
static |
The default value of the normal distribution's standard deviation value used for orientation errors (y-axis)
|
static |
The default value of the normal distribution's mean value used for orientation errors (z-axis)
|
static |
The default value of the normal distribution's standard deviation value used for position errors
|
static |
The default value of the normal distribution's mean value used for position errors
|
static |
The default value of the pose invalidation probability
|
static |
The name of service used for adding all objects from config.xml to recognizable objects
|
static |
The name of service used for adding objects to the list of recognizable objects
|
static |
The name of this package
|
static |
The name of service used for removing objects from the list of recognizable objects