Uses of Interface
org.robokind.api.motion.Robot.RobotPositionMap

Packages that use Robot.RobotPositionMap
org.robokind.api.motion   
org.robokind.api.motion.blending   
org.robokind.api.motion.protocol   
org.robokind.api.motion.servos   
org.robokind.api.motion.utils   
 

Uses of Robot.RobotPositionMap in org.robokind.api.motion
 

Classes in org.robokind.api.motion that implement Robot.RobotPositionMap
static class Robot.RobotPositionHashMap
          RobotPositionMap backed by java.util.HashMap.
 

Methods in org.robokind.api.motion that return Robot.RobotPositionMap
 Robot.RobotPositionMap Robot.getCurrentPositions()
          Returns a map of the Robot's Joint's ids and their current positions.
 Robot.RobotPositionMap AbstractRobot.getCurrentPositions()
           
 Robot.RobotPositionMap Robot.getDefaultPositions()
          Returns a map of the Robot's Joint's ids and their default positions.
 Robot.RobotPositionMap AbstractRobot.getDefaultPositions()
           
 Robot.RobotPositionMap Robot.getGoalPositions()
          Returns a map of the Robot's Joint's ids and their goal positions.
 Robot.RobotPositionMap AbstractRobot.getGoalPositions()
           
 

Methods in org.robokind.api.motion with parameters of type Robot.RobotPositionMap
 void Robot.move(Robot.RobotPositionMap positions, long lenMillisec)
          Move the Joints with the given ids to the corresponding positions.
 

Uses of Robot.RobotPositionMap in org.robokind.api.motion.blending
 

Methods in org.robokind.api.motion.blending that return Robot.RobotPositionMap
 Robot.RobotPositionMap RobotOutput.getPositions()
           
 

Methods in org.robokind.api.motion.blending with parameters of type Robot.RobotPositionMap
 void RobotOutput.write(Robot.RobotPositionMap positions, long lenMillisec)
           
 

Uses of Robot.RobotPositionMap in org.robokind.api.motion.protocol
 

Methods in org.robokind.api.motion.protocol that return types with arguments of type Robot.RobotPositionMap
 MotionFrame<Robot.RobotPositionMap> MotionFrameEvent.getMotionFrame()
          Returns the MotionFrame associated with this MotionFrameEvent.
 

Uses of Robot.RobotPositionMap in org.robokind.api.motion.servos
 

Methods in org.robokind.api.motion.servos with parameters of type Robot.RobotPositionMap
 void ServoRobot.move(Robot.RobotPositionMap positions, long lenMillisec)
           
 

Uses of Robot.RobotPositionMap in org.robokind.api.motion.utils
 

Methods in org.robokind.api.motion.utils that return Robot.RobotPositionMap
static Robot.RobotPositionMap RobotUtils.getCurrentPositions(org.osgi.framework.BundleContext context, Robot.Id robotId)
          Returns a RobotPositionMap of the current positions for the Robot with the given Id.
static Robot.RobotPositionMap RobotUtils.getDefaultPositions(org.osgi.framework.BundleContext context, Robot.Id robotId)
          Returns a RobotPositionMap of the default positions for the Robot with the given Id.
static Robot.RobotPositionMap RobotUtils.getGoalPositions(org.osgi.framework.BundleContext context, Robot.Id robotId)
          Returns a RobotPositionMap of the goal positions for the Robot with the given Id.
 

Methods in org.robokind.api.motion.utils with parameters of type Robot.RobotPositionMap
 void RobotFrameSource.move(Robot.RobotPositionMap positions, long lenMillisec)
          Moves the Robot to the given positions in the given time length.
 void PositionTargetFrameSource.putPositions(Robot.RobotPositionMap targetPositions)
          Puts the given positions in the target position map and enables this MotionTargetFrameSource.
 

Constructors in org.robokind.api.motion.utils with parameters of type Robot.RobotPositionMap
PositionTargetFrameSource(org.osgi.framework.BundleContext context, Robot.Id robotId, double velocity, Robot.RobotPositionMap targetPositions)
          Creates a new MotionTargetFrameSource
 



Copyright © 2011. All Rights Reserved.