#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 <actionlib/server/simple_action_server.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 <object_manipulator/tools/grasp_marker_publisher.h>
#include <household_objects_database/objects_database.h>
#include "bayesian_grasp_planner/bayesian_grasp_planner.h"
Go to the source code of this file.
Classes | |
class | bayesian_grasp_planner::BayesianGraspPlannerNode |
Namespaces | |
namespace | bayesian_grasp_planner |
Functions | |
int | main (int argc, char **argv) |
Variables | |
static const std::string | bayesian_grasp_planner::PLANNING_MARKERS_OUT_NAME = "grasp_planning_markers" |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 237 of file bayesian_grasp_planner_node.cpp.