Modifier and Type | Method and Description |
---|---|
JointPositions |
DataModel.get(String key,
JointPositions defaultValue)
Get the
JointPositions value assigned to the specified key. |
Modifier and Type | Method and Description |
---|---|
JointPositions |
DataModel.get(String key,
JointPositions defaultValue)
Get the
JointPositions value assigned to the specified key. |
void |
DataModel.set(String key,
JointPositions value)
Assign a
JointPositions value to the specified key. |
Modifier and Type | Method and Description |
---|---|
Optional<JointPositions> |
FixedPositionDefinedWaypointNodeConfig.getJointPositions()
This method returns the joint positions corresponding to the defined Cartesian location of the waypoint (accessible
through
FixedPositionDefinedWaypointNodeConfig.getPose() ). |
Modifier and Type | Method and Description |
---|---|
FixedPositionDefinedWaypointNodeConfig |
WaypointNodeConfigFactory.createFixedPositionConfig(Pose poseIncludingTcp,
JointPositions qNear,
BlendParameters blendParameters,
WaypointMotionParameters waypointMotionParameters)
|
FixedPositionDefinedWaypointNodeConfig |
WaypointNodeConfigFactory.createFixedPositionConfig(Pose poseIncludingTcp,
JointPositions qNear,
Pose tcpOffset,
BlendParameters blendParameters,
WaypointMotionParameters waypointMotionParameters)
Creates a fixed position configuration for a waypoint with a defined pose.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
RobotPositionCallback.onOk(Pose pose,
JointPositions q)
Deprecated.
This method is called if the end user accepts the robot position.
|
Modifier and Type | Method and Description |
---|---|
void |
RobotMovement.requestUserToMoveRobot(JointPositions q,
RobotMovementCallback callback)
Transition to the Automove screen to allow/request the end user to move the robot (either automatically or manually)
to a desired target position specified by joint positions.
|
Modifier and Type | Method and Description |
---|---|
JointPositions |
JointPositionFactory.createJointPositions(double base,
double shoulder,
double elbow,
double wrist1,
double wrist2,
double wrist3,
Angle.Unit unit)
Creates a
JointPositions object with six revolute joints using the provided angles and unit type. |
Modifier and Type | Method and Description |
---|---|
boolean |
JointPositions.epsilonEquals(JointPositions other,
double epsilon,
Angle.Unit unit)
Indicates whether each element of some other
JointPositions object is "approximately equal" to this one. |
Modifier and Type | Method and Description |
---|---|
JointPositions |
PositionParameters.getJointPositions() |
Copyright © 2021. All rights reserved.