Skip to content
Snippets Groups Projects
Commit 0b3fea28 authored by Nikolaus Vahrenkamp's avatar Nikolaus Vahrenkamp
Browse files

fixed handUnitInterface

parent 618617ff
No related branches found
No related tags found
No related merge requests found
......@@ -60,19 +60,11 @@ module armarx
interface HandUnitListener extends armarx::ObserverInterface
{
<<<<<<< HEAD
void reportHandClosed();
void reportHandOpened();
void reportHandPreshaped();
// informs all listeners that we grasped an object
void reportObjectGrasped(string robotName, string robotNodeName, string objectName);
=======
void reportHandClosed(bool isLeftHand);
void reportHandOpened(bool isLeftHand);
void reportHandPreshaped(bool isLeftHand);
void reportNewHandShapeName(bool isLeftHand, string handShapeName);
>>>>>>> 2f3326fdfecad75fe7a1047e694a6857ba78b6aa
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment