org.cogchar.bind.rk.gaze
Interface GazePlanner<Target,PosMap extends org.robokind.api.motion.protocol.JointPositionMap>
- Type Parameters:
Target - Type of object the GazePlanner can move towardsPosMap - Type of JointPositionMap for current positions and returned
movements. (usually a RobotPositionMap)
- All Known Implementing Classes:
- GazeTargetMotionPlanner
public interface GazePlanner<Target,PosMap extends org.robokind.api.motion.protocol.JointPositionMap>
A GazePlanner plans the movements towards a Target
- Author:
- Matthew Stevenson
|
Method Summary |
PosMap |
getMovements(long curTimeUTC,
long intervalMilliSec,
Target target,
PosMap currentPos)
Returns a set of goal positions to move towards over the given interval. |
getMovements
PosMap getMovements(long curTimeUTC,
long intervalMilliSec,
Target target,
PosMap currentPos)
- Returns a set of goal positions to move towards over the given interval.
- Parameters:
curTimeUTC - the current timeintervalMilliSec - the expected length of the movement to plantarget - the target to move towardscurrentPos - the Joint positions at the current time
- Returns:
- set of goal positions to move towards over the given interval
Copyright © 2010-2013. All Rights Reserved.