#include <grasp_data.h>
Public Member Functions | |
| GraspData () | |
| Constructor. | |
| bool | loadRobotGraspData (const ros::NodeHandle &nh, const std::string &end_effector) |
| Loads grasp data from a yaml file (load from roslaunch) | |
| void | print () |
| Debug data to console. | |
Public Attributes | |
| int | angle_resolution_ |
| double | approach_retreat_desired_dist_ |
| double | approach_retreat_min_dist_ |
| std::string | base_link_ |
| std::string | ee_group_ |
| std::string | ee_parent_link_ |
| double | grasp_depth_ |
| geometry_msgs::Pose | grasp_pose_to_eef_pose_ |
| trajectory_msgs::JointTrajectory | grasp_posture_ |
| double | object_size_ |
| trajectory_msgs::JointTrajectory | pre_grasp_posture_ |
Definition at line 53 of file grasp_data.h.
Constructor.
Definition at line 53 of file grasp_data.cpp.
| bool moveit_simple_grasps::GraspData::loadRobotGraspData | ( | const ros::NodeHandle & | nh, |
| const std::string & | end_effector | ||
| ) |
Loads grasp data from a yaml file (load from roslaunch)
| node | handle - allows for namespacing |
| end | effector name - which side of a two handed robot to load data for. should correspond to SRDF EE names |
Definition at line 63 of file grasp_data.cpp.
Debug data to console.
Definition at line 263 of file grasp_data.cpp.
Definition at line 63 of file grasp_data.h.
Definition at line 64 of file grasp_data.h.
Definition at line 65 of file grasp_data.h.
| std::string moveit_simple_grasps::GraspData::base_link_ |
Definition at line 59 of file grasp_data.h.
| std::string moveit_simple_grasps::GraspData::ee_group_ |
Definition at line 61 of file grasp_data.h.
| std::string moveit_simple_grasps::GraspData::ee_parent_link_ |
Definition at line 60 of file grasp_data.h.
Definition at line 62 of file grasp_data.h.
Definition at line 56 of file grasp_data.h.
| trajectory_msgs::JointTrajectory moveit_simple_grasps::GraspData::grasp_posture_ |
Definition at line 58 of file grasp_data.h.
Definition at line 66 of file grasp_data.h.
| trajectory_msgs::JointTrajectory moveit_simple_grasps::GraspData::pre_grasp_posture_ |
Definition at line 57 of file grasp_data.h.