Modifier and Type | Method and Description |
---|---|
Position |
DataModel.get(String key,
Position defaultValue)
Get the
Position value assigned to the specified key. |
Modifier and Type | Method and Description |
---|---|
Position |
DataModel.get(String key,
Position defaultValue)
Get the
Position value assigned to the specified key. |
void |
DataModel.set(String key,
Position value)
Assign a
Position value to the specified key. |
Modifier and Type | Method and Description |
---|---|
Position |
Payload.getCenterOfGravity()
Gets the payload's center of gravity (CoG), also referred to as center of mass.
|
Modifier and Type | Method and Description |
---|---|
Payload |
PayloadContributionModel.addPayload(String idKey,
String suggestedName,
Mass mass,
Position centerOfGravity)
Add a payload to the current installation in PolyScope.
|
Payload |
PayloadContributionModel.addPayload(String idKey,
String suggestedName,
Mass mass,
Position centerOfGravity,
InertiaMatrix inertiaMatrix)
Add a payload to the current installation in PolyScope.
|
void |
PayloadContributionModel.updatePayload(String idKey,
Mass mass,
Position centerOfGravity)
Update the mass and center of gravity (CoG) of an existing payload added by this URCap.
|
void |
PayloadContributionModel.updatePayload(String idKey,
Mass mass,
Position centerOfGravity,
InertiaMatrix inertiaMatrix)
Update the mass, center of gravity (CoG) and inertia matrix of an existing payload added by this URCap.
|
Modifier and Type | Method and Description |
---|---|
Position |
CustomParametersPayloadNodeConfig.getCenterOfGravity()
Gets the payload's center of gravity (CoG), also referred to as center of mass.
|
Modifier and Type | Method and Description |
---|---|
CustomParametersPayloadNodeConfig |
PayloadNodeConfigFactory.createCustomParametersConfig(Mass mass,
Position centerOfGravity)
This method creates a configuration for a Set Payload node with custom payload parameters.
|
Modifier and Type | Method and Description |
---|---|
Position |
PositionFactory.createPosition(double x,
double y,
double z,
Length.Unit lengthUnit)
Creates an object representing a Cartesian position with the specified coordinates.
|
Position |
Pose.getPosition() |
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 |
Position.epsilonEquals(Position other,
double epsilon,
Length.Unit unit)
Indicates whether some other
Position object is "approximately equal" to this one. |
Copyright © 2021. All rights reserved.