Classes | |
class | BestPath |
class | PaperPredictionNonNormalized |
class | PaperPredictionNormalized |
class | PosePredictor |
class | PredictorWithScore |
class | RandomPath |
class | ShortestPath |
Typedefs | |
typedef asr_msgs::AsrAttributedPointCloud | AttributedPointCloud |
typedef SharedPtr< BestPath > | BestPathPtr |
typedef asr_msgs::AsrObject | FoundObject |
typedef std::vector< FoundObject > | FoundObjects |
typedef SharedPtr< PaperPredictionNonNormalized > | PaperPredictionNonNormalizedPtr |
typedef SharedPtr< PaperPredictionNormalized > | PaperPredictionNormalizedPtr |
typedef SharedPtr< PosePredictor > | PosePredictorPtr |
typedef SharedPtr< PredictorWithScore > | PredictorWithScorePtr |
typedef SharedPtr< RandomPath > | RandomPathPtr |
template<typename Class > | |
using | SharedPtr = boost::shared_ptr< Class > |
typedef SharedPtr< ShortestPath > | ShortestPathPtr |
Enumerations | |
enum | PredictorType { Shortest, Best, Random, PPNonNor, PPNor } |
Functions | |
ISM::Point | attributedPoint2ismPoint (asr_msgs::AsrAttributedPoint attributedPoint) |
asr_msgs::AsrAttributedPoint | ismPosePtr2attributedPoint (ISM::PosePtr ismPosePtr, std::string type, std::string identifier) |
std::ostream & | operator<< (std::ostream &strm, const PosePredictor &p) |
std::ostream & | operator<< (std::ostream &strm, const PosePredictorPtr &pPtr) |
Copyright (c) 2016, Heizmann Heinrich, Heller Florian, Meißner Pascal, Stöckle Patrick 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.
typedef asr_msgs::AsrAttributedPointCloud pose_prediction_ism::AttributedPointCloud |
Definition at line 46 of file best_path.h.
typedef asr_msgs::AsrObject pose_prediction_ism::FoundObject |
typedef std::vector<FoundObject> pose_prediction_ism::FoundObjects |
typedef SharedPtr<PaperPredictionNonNormalized> pose_prediction_ism::PaperPredictionNonNormalizedPtr |
Definition at line 136 of file old_prediction_non_normalized.h.
Definition at line 109 of file old_prediction_normalized.h.
Definition at line 191 of file pose_predictor.h.
Definition at line 35 of file predictor_with_score.h.
Definition at line 48 of file random_path.h.
using pose_prediction_ism::SharedPtr = typedef boost::shared_ptr<Class> |
Definition at line 45 of file shortest_path.h.
Enumerator | |
---|---|
Shortest | |
Best | |
Random | |
PPNonNor | |
PPNor |
Definition at line 38 of file pose_predictor.h.
ISM::Point pose_prediction_ism::attributedPoint2ismPoint | ( | asr_msgs::AsrAttributedPoint | attributedPoint | ) |
Definition at line 22 of file utility.cpp.
asr_msgs::AsrAttributedPoint pose_prediction_ism::ismPosePtr2attributedPoint | ( | ISM::PosePtr | ismPosePtr, |
std::string | type, | ||
std::string | identifier | ||
) |
Constructs a attributed Point from a ISM Pose. AsrAttributed Points contain also an orientation.
ismPosePtr | ISM Pose |
type | The object type |
identifier | The object identifier |
Definition at line 30 of file utility.cpp.
std::ostream & pose_prediction_ism::operator<< | ( | std::ostream & | strm, |
const PosePredictor & | p | ||
) |
Definition at line 155 of file pose_predictor.cpp.
std::ostream & pose_prediction_ism::operator<< | ( | std::ostream & | strm, |
const PosePredictorPtr & | pPtr | ||
) |
Definition at line 150 of file pose_predictor.cpp.