#include <utility>#include <algorithm>#include <string>#include <functional>#include <time.h>#include <boost/foreach.hpp>#include <boost/lexical_cast.hpp>#include <boost/shared_ptr.hpp>#include <ros/ros.h>#include <object_manipulation_msgs/Grasp.h>#include <object_manipulation_msgs/GraspableObject.h>#include <object_manipulation_msgs/GraspPlanning.h>#include <object_manipulation_msgs/GraspPlanningAction.h>#include <object_manipulation_msgs/GraspPlanningGoal.h>#include <object_manipulation_msgs/GraspPlanningResult.h>#include <household_objects_database/objects_database.h>#include "bayesian_grasp_planner/grasp_evaluator.h"#include "bayesian_grasp_planner/grasp_generator.h"#include "bayesian_grasp_planner/bayesian_grasp_planner_tools.h"
Go to the source code of this file.
Classes | |
| class | bayesian_grasp_planner::RegressionGraspEvaluatorNode | 
Namespaces | |
| namespace | bayesian_grasp_planner | 
Functions | |
| int | main (int argc, char **argv) | 
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 231 of file regression_grasp_evaluator_node.cpp.