| Modifier and Type | Class and Description |
|---|---|
static class |
Robot.RobotPositionHashMap
RobotPositionMap backed by java.util.HashMap.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
void |
Robot.move(Robot.RobotPositionMap positions,
long lenMillisec)
Move the Joints with the given ids to the corresponding positions.
|
| Modifier and Type | Method and Description |
|---|---|
Robot.RobotPositionMap |
RobotOutput.getPositions() |
| Modifier and Type | Method and Description |
|---|---|
void |
RobotOutput.write(Robot.RobotPositionMap positions,
long lenMillisec) |
| Modifier and Type | Method and Description |
|---|---|
Robot.RobotPositionMap |
RemoteRobotClient.requestCurrentPositions()
Requests the remote Robot's current positions.
|
Robot.RobotPositionMap |
RemoteRobotClient.requestDefaultPositions()
Requests the remote Robot's default joint positions.
|
Robot.RobotPositionMap |
RemoteRobotClient.requestGoalPositions()
Requests the remote Robot's goal positions.
|
| Modifier and Type | Method and Description |
|---|---|
RobotResponse.RobotPositionResponse |
RobotResponseFactory.createPositionResponse(RobotResponse.RobotResponseHeader header,
Robot.RobotPositionMap positions)
Creates a new RobotPositionResponse.
|
void |
RemoteRobot.move(Robot.RobotPositionMap positions,
long lenMillisec) |
| Modifier and Type | Method and Description |
|---|---|
Robot.RobotPositionMap |
RobotResponse.RobotPositionResponse.getPositionMap()
Returns the RobotPositionMap being sent.
|
| Modifier and Type | Method and Description |
|---|---|
MotionFrame<Robot.RobotPositionMap> |
MotionFrameEvent.getMotionFrame()
Returns the MotionFrame associated with this MotionFrameEvent.
|
| Modifier and Type | Method and Description |
|---|---|
MotionFrameEvent |
MotionFrameEvent.MotionFrameEventFactory.createMotionFrameEvent(String sourceId,
String destId,
MotionFrame<Robot.RobotPositionMap> motionFrame) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServoRobot.move(Robot.RobotPositionMap positions,
long lenMillisec) |
| Modifier and Type | Method and Description |
|---|---|
void |
SynchronizedRobot.move(Robot.RobotPositionMap positions,
long lenMillisec) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<Integer,Double> |
RobotUtils.convertMap(Robot.RobotPositionMap posMap)
Converts a RobotPositionMap to a Map of Integers to Doubles.
|
void |
RobotMoverFrameSource.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.
|
| Constructor and Description |
|---|
PositionTargetFrameSource(double velocity,
Robot.RobotPositionMap targetPositions)
Creates a new MotionTargetFrameSource
|
Copyright © 2011-2014. All Rights Reserved.