#include <grasp_success_probability_computer.h>

| Public Member Functions | |
| double | getProbability (const GraspWithMetadata &grasp) | 
| GSPCWithEstimation (const std::vector< GraspWithMetadata > &known_grasps, boost::shared_ptr< GraspSuccessProbabilityComputer > &simple_computer, double position_bandwidth, double orientation_concentration) | |
| Protected Attributes | |
| GraspRegressionEvaluator | estimator_ | 
Definition at line 79 of file grasp_success_probability_computer.h.
| probabilistic_grasp_planner::GSPCWithEstimation::GSPCWithEstimation | ( | const std::vector< GraspWithMetadata > & | known_grasps, | 
| boost::shared_ptr< GraspSuccessProbabilityComputer > & | simple_computer, | ||
| double | position_bandwidth, | ||
| double | orientation_concentration | ||
| ) |  [inline] | 
Definition at line 84 of file grasp_success_probability_computer.h.
| double probabilistic_grasp_planner::GSPCWithEstimation::getProbability | ( | const GraspWithMetadata & | grasp | ) |  [inline, virtual] | 
Implements probabilistic_grasp_planner::GraspSuccessProbabilityComputer.
Definition at line 92 of file grasp_success_probability_computer.h.
Definition at line 82 of file grasp_success_probability_computer.h.