Skip to content
Snippets Groups Projects
Commit bb81af03 authored by Johann Mantel's avatar Johann Mantel
Browse files

use the requestTimestamp as target identification

parent 9c847b4f
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ module armarx { module control { module gaze_controller {
interface GazeControllerInterface extends
NJointControllerInterface
{
void submitTarget(FramedPositionBase target);
void submitTarget(FramedPositionBase target, long requestTimestamp);
void removeTarget();
void removeTargetAfter(long durationMilliSeconds);
};
......
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