| Modifier and Type | Method and Description | 
|---|---|
AngularSpeed | 
DataModel.get(String key,
   AngularSpeed defaultValue)
Get the  
AngularSpeed value assigned to the specified key. | 
| Modifier and Type | Method and Description | 
|---|---|
AngularSpeed | 
DataModel.get(String key,
   AngularSpeed defaultValue)
Get the  
AngularSpeed value assigned to the specified key. | 
void | 
DataModel.set(String key,
   AngularSpeed value)
Assign an  
AngularSpeed value to the specified key. | 
| Modifier and Type | Method and Description | 
|---|---|
AngularSpeed | 
CompliantRotationalAxisTorque.getAngularSpeedLimit()  | 
| Modifier and Type | Method and Description | 
|---|---|
CompliantRotationalAxisTorque | 
ForceNodeConfigFactory.createCompliantRotationalAxisTorque(Torque torque,
                                   ErrorHandler<Torque> torqueErrorHandler,
                                   AngularSpeed limit,
                                   ErrorHandler<AngularSpeed> limitErrorHandler)
Creates a torque (rotational force) setting for a compliant axis. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CompliantRotationalAxisTorque | 
ForceNodeConfigFactory.createCompliantRotationalAxisTorque(Torque torque,
                                   ErrorHandler<Torque> torqueErrorHandler,
                                   AngularSpeed limit,
                                   ErrorHandler<AngularSpeed> limitErrorHandler)
Creates a torque (rotational force) setting for a compliant axis. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AngularSpeed | 
MoveJMotionParameters.getJointSpeed()  | 
| Modifier and Type | Method and Description | 
|---|---|
MoveJMotionParameters | 
MoveNodeConfigFactory.createMoveJMotionParameters(AngularSpeed jointSpeed,
                           ErrorHandler<AngularSpeed> jointSpeedErrorHandler,
                           AngularAcceleration jointAcceleration,
                           ErrorHandler<AngularAcceleration> jointAccelerationErrorHandler)
Deprecated.  
Creates a shared motion parameters object for a MoveJ. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MoveJMotionParameters | 
MoveNodeConfigFactory.createMoveJMotionParameters(AngularSpeed jointSpeed,
                           ErrorHandler<AngularSpeed> jointSpeedErrorHandler,
                           AngularAcceleration jointAcceleration,
                           ErrorHandler<AngularAcceleration> jointAccelerationErrorHandler)
Deprecated.  
Creates a shared motion parameters object for a MoveJ. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MoveJConfigBuilder | 
MoveJConfigBuilder.setJointSpeed(AngularSpeed jointSpeed,
             ErrorHandler<AngularSpeed> jointSpeedErrorHandler)
Set joint speed parameter for the MoveJ configuration. 
The parameter applies to the movement of the robot arm, from the previous position through the waypoints under the Move node.  | 
| Modifier and Type | Method and Description | 
|---|---|
MoveJConfigBuilder | 
MoveJConfigBuilder.setJointSpeed(AngularSpeed jointSpeed,
             ErrorHandler<AngularSpeed> jointSpeedErrorHandler)
Set joint speed parameter for the MoveJ configuration. 
The parameter applies to the movement of the robot arm, from the previous position through the waypoints under the Move node.  | 
| Modifier and Type | Method and Description | 
|---|---|
AngularSpeed | 
JointMotionParameters.getJointSpeed()  | 
| Modifier and Type | Method and Description | 
|---|---|
JointMotionParameters | 
WaypointNodeConfigFactory.createJointMotionParameters(AngularSpeed jointSpeed,
                           ErrorHandler<AngularSpeed> jointSpeedErrorHandler,
                           AngularAcceleration jointAcceleration,
                           ErrorHandler<AngularAcceleration> jointAccelerationErrorHandler)
Creates joint motion parameters for a waypoint. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JointMotionParameters | 
WaypointNodeConfigFactory.createJointMotionParameters(AngularSpeed jointSpeed,
                           ErrorHandler<AngularSpeed> jointSpeedErrorHandler,
                           AngularAcceleration jointAcceleration,
                           ErrorHandler<AngularAcceleration> jointAccelerationErrorHandler)
Creates joint motion parameters for a waypoint. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AngularSpeed | 
SimpleValueFactory.createAngularSpeed(double value,
                  AngularSpeed.Unit unit)
Creates an object representing an angular speed value 
 | 
Copyright © 2019. All rights reserved.