Skip to content
Snippets Groups Projects
Commit 547d35d1 authored by Jennifer Buehler's avatar Jennifer Buehler
Browse files

added start of automated grasp execution

parent 7a17bb67
No related branches found
No related tags found
No related merge requests found
......@@ -62,9 +62,11 @@ bool GazeboObjectInfo::requestObject(object_msgs::ObjectInfo::Request &req, obje
if (!model.get()) {
// ROS_ERROR("Model %s not found",modelName.c_str());
res.success=false;
res.error_code=object_msgs::ObjectInfo::Response::OBJECT_NOT_FOUND;
return true;
}
res.error_code=object_msgs::ObjectInfo::Response::NO_ERROR;
res.success=true;
res.object=createBoundingBoxObject(model,req.get_geometry);
//ROS_INFO("Received service request for object info!");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment