Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RobotAPI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Florian Leander Singer
RobotAPI
Commits
0b3fea28
Commit
0b3fea28
authored
10 years ago
by
Nikolaus Vahrenkamp
Browse files
Options
Downloads
Patches
Plain Diff
fixed handUnitInterface
parent
618617ff
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/RobotAPI/interface/units/HandUnitInterface.ice
+1
-9
1 addition, 9 deletions
source/RobotAPI/interface/units/HandUnitInterface.ice
with
1 addition
and
9 deletions
source/RobotAPI/interface/units/HandUnitInterface.ice
+
1
−
9
View file @
0b3fea28
...
...
@@ -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
);
>>>>>>>
2
f3326fdfecad75fe7a1047e694a6857ba78b6aa
};
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment