#include <bayesian_grasp_planner.h>
Definition at line 52 of file bayesian_grasp_planner.h.
bayesian_grasp_planner::BayesianGraspPlanner::BayesianGraspPlanner | ( | household_objects_database::ObjectsDatabasePtr | database | ) | [inline] |
Definition at line 93 of file bayesian_grasp_planner.h.
void bayesian_grasp_planner::BayesianGraspPlanner::appendMetadataToTestGrasps | ( | std::vector< object_manipulation_msgs::Grasp > & | input_list, |
std::vector< GraspWM > & | output_list, | ||
const std::string | frame_id | ||
) | [private] |
The "tool point" is roughly in the middle of the object enclosed by the grasp, so roughly 13cm from wrist
Definition at line 467 of file bayesian_grasp_planner.cpp.
void bayesian_grasp_planner::BayesianGraspPlanner::bayesianInference | ( | std::vector< GraspWM > & | grasps, |
const std::vector< object_manipulation_msgs::GraspableObject > & | objects, | ||
const std::vector< boost::shared_ptr< ObjectDetector > > & | object_detectors, | ||
const std::vector< boost::shared_ptr< GraspEvaluatorProb > > & | prob_evaluators | ||
) |
Definition at line 46 of file bayesian_grasp_planner.cpp.
void bayesian_grasp_planner::BayesianGraspPlanner::clusterGrasps | ( | std::vector< GraspWM > & | input_list, |
std::vector< GraspWM > & | cluster_rep_list | ||
) | [private] |
Definition at line 500 of file bayesian_grasp_planner.cpp.
void bayesian_grasp_planner::BayesianGraspPlanner::createDatabaseObjectDetectors | ( | const std::vector< object_manipulation_msgs::GraspableObject > & | objects, |
std::vector< boost::shared_ptr< ObjectDetector > > & | detectors | ||
) | [private] |
Definition at line 440 of file bayesian_grasp_planner.cpp.
void bayesian_grasp_planner::BayesianGraspPlanner::createMutuallyExclusiveObjectRepresentations | ( | const object_manipulation_msgs::GraspableObject & | original_object, |
std::vector< object_manipulation_msgs::GraspableObject > & | me_objects | ||
) | [private] |
Definition at line 418 of file bayesian_grasp_planner.cpp.
void bayesian_grasp_planner::BayesianGraspPlanner::plan | ( | const std::string & | arm_name, |
const object_manipulation_msgs::GraspableObject & | graspable_object, | ||
std::vector< object_manipulation_msgs::Grasp > & | final_grasp_list | ||
) |
Definition at line 227 of file bayesian_grasp_planner.cpp.
void bayesian_grasp_planner::BayesianGraspPlanner::pruneGraspList | ( | std::vector< GraspWM > & | grasps, |
const double | threshold | ||
) | [private] |
Definition at line 538 of file bayesian_grasp_planner.cpp.
void bayesian_grasp_planner::BayesianGraspPlanner::visualizeGrasps | ( | const std::vector< GraspWM > & | grasps, |
object_manipulator::GraspMarkerPublisher * | grasp_marker_pub, | ||
bool | color_by_rank | ||
) | [private] |
Publishes the grasps to rviz with specific namespaces for grasps belonging to each different model, colored with green being the best grasp and red being the worst.
Definition at line 560 of file bayesian_grasp_planner.cpp.
household_objects_database::ObjectsDatabasePtr bayesian_grasp_planner::BayesianGraspPlanner::database_ [private] |
Definition at line 58 of file bayesian_grasp_planner.h.
object_manipulator::GraspMarkerPublisher bayesian_grasp_planner::BayesianGraspPlanner::debug_postprune_grasp_marker_publisher_ [private] |
GMP for grasps after pruning but before clustering.
Definition at line 64 of file bayesian_grasp_planner.h.
object_manipulator::GraspMarkerPublisher bayesian_grasp_planner::BayesianGraspPlanner::debug_preprune_grasp_marker_publisher_ [private] |
GMP for grasps before pruning.
Definition at line 61 of file bayesian_grasp_planner.h.
object_manipulator::GraspMarkerPublisher bayesian_grasp_planner::BayesianGraspPlanner::grasp_marker_publisher_ [private] |
GMP which shows the grasps returned by the planner, colored by probability.
Definition at line 67 of file bayesian_grasp_planner.h.
Definition at line 56 of file bayesian_grasp_planner.h.