Package | Description |
---|---|
com.ur.urcap.api.domain.data | |
com.ur.urcap.api.domain.value |
Modifier and Type | Method and Description |
---|---|
Rotation |
DataModel.get(String key,
Rotation defaultValue)
Get the
Rotation value assigned to the specified key. |
Modifier and Type | Method and Description |
---|---|
Rotation |
DataModel.get(String key,
Rotation defaultValue)
Get the
Rotation value assigned to the specified key. |
void |
DataModel.set(String key,
Rotation value)
Assign a
Rotation value to the specified key. |
Modifier and Type | Method and Description |
---|---|
Rotation |
RotationFactory.createRotation(double rx,
double ry,
double rz,
Angle.Unit angleUnit)
Creates an object representing a rotation vector for a Cartesian orientation with the specified rotation
parameters.
|
Rotation |
Pose.getRotation() |
Modifier and Type | Method and Description |
---|---|
Pose |
PoseFactory.createPose(Position position,
Rotation rotation)
Creates an object representing a pose with the specified Cartesian position and orientation (rotation).
|
boolean |
Rotation.epsilonEquals(Rotation other,
double epsilon,
Angle.Unit unit)
Indicates whether some other
Rotation object is "approximately equal" to this one. |
Copyright © 2021. All rights reserved.