18 #ifndef RANDOMPATHNORMALIZATION_H 19 #define RANDOMPATHNORMALIZATION_H 33 typedef std::vector<double>
Slots;
54 #endif // RANDOMPATHNORMALIZATION_H
std::map< IsmObject, Slots > SlotsMap
std::map< IsmObject, PathsWithScores > PathsWithScoresMap
void createAttributedPointCloud(ISM::PosePtr reference_pose_ptr, double percentage_of_records_for_prediction)
AttributedPointCloud predictUnfoundPoses(ISM::PosePtr &reference_pose, std::string pattern_name, double percentage_of_records_for_prediction)
predictUnfoundPoses Processes the following steps for each object in the objectpattern set...
std::vector< PathWithScore > PathsWithScores
double calculatePathScore(IsmObjects path)
RandomPath(std::string database_filename)
PathsWithScoresMap paths_with_scores_map_
std::vector< IsmObject > IsmObjects
std::vector< double > Slots
SharedPtr< RandomPath > RandomPathPtr
void createPathsWithScoresMap(std::string type, IsmObjects predecessors)
asr_msgs::AsrAttributedPointCloud AttributedPointCloud