Skip to content
Snippets Groups Projects

Feature/public grasp side

Merged Sebastian Ebert requested to merge feature/public-grasp-side into master
9 files
+ 238
13
Compare changes
  • Side-by-side
  • Inline

Files

+ 7
0
@@ -161,6 +161,13 @@ public:
@@ -161,6 +161,13 @@ public:
bool placeFromSide(moveit::planning_interface::MoveGroupInterface &move_group, geometry_msgs::Pose &place_pose,
bool placeFromSide(moveit::planning_interface::MoveGroupInterface &move_group, geometry_msgs::Pose &place_pose,
double open_amount, std::string supporting_surface_id, std::string object_to_place_id, bool plan_only = false);
double open_amount, std::string supporting_surface_id, std::string object_to_place_id, bool plan_only = false);
 
/**
 
* Homes the gripper (in case it was abused before and is in an inconsistent state)
 
* This method is blocking with a maximum runtime of ~30s
 
* @return true if homing succeeded, false otherwise
 
*/
 
static bool homeGripper();
 
private:
private:
/**
/**
Loading