Skip to content

Commit

Permalink
Update TabletopGrasp result fields
Browse files Browse the repository at this point in the history
Support returning details of the executed grasp
  • Loading branch information
nickswalker committed Apr 11, 2018
1 parent d4e2370 commit d6fb9fc
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions segbot_arm_manipulation/action/TabletopGrasp.action
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ string TOPDOWN_GRASP_FILTER="top"
string RANDOM_SELECTION="random"
string CLOSEST_ORIENTATION_SELECTION="closest_orientation"
string CLOSEST_JOINTSPACE_SELECTION="closest_joint_space"

string CLOSEST_TO_CENTROID_SELECTION="closest_to_centroid"

# constants for which method to use to generate grasps
string HEURISTIC="heuristic_grasp"
Expand All @@ -26,8 +26,13 @@ string grasp_filter_method

---
# Result
bool success
string error_msg
bool success
string error_msg
sensor_msgs/JointState approach_joint_state
geometry_msgs/PoseStamped approach_pose
sensor_msgs/JointState grasp_joint_state
geometry_msgs/PoseStamped grasp_pose

---
# Feedback
bool status

0 comments on commit d6fb9fc

Please sign in to comment.