◆ getCurrentTaskSpaceTransform()
TransformNR com.neuronrobotics.sdk.pid.ILinkFactoryProvider.getCurrentTaskSpaceTransform |
( |
| ) |
|
This takes a reading of the robots position and converts it to a joint space vector This vector is converted to task space and returned .
- Returns
- taskSpaceVector in mm,radians [x,y,z,rotx,rotY,rotZ]
◆ requestLinkConfiguration()
LinkConfiguration com.neuronrobotics.sdk.pid.ILinkFactoryProvider.requestLinkConfiguration |
( |
int |
index | ) |
|
◆ setDesiredJointAxisValue()
void com.neuronrobotics.sdk.pid.ILinkFactoryProvider.setDesiredJointAxisValue |
( |
int |
axis, |
|
|
double |
value, |
|
|
double |
seconds |
|
) |
| |
Sets an individual target joint position .
- Parameters
-
axis | the joint index to set |
value | the value to set it to |
seconds | the time for the transition to take from current position to target, unit seconds |
◆ setDesiredJointSpaceVector()
TransformNR com.neuronrobotics.sdk.pid.ILinkFactoryProvider.setDesiredJointSpaceVector |
( |
double[] |
jointSpaceVect, |
|
|
double |
seconds |
|
) |
| |
This calculates the target pose .
- Parameters
-
jointSpaceVect | the joint space vect |
seconds | the time for the transition to take from current position to target, unit seconds |
- Returns
- The joint space vector is returned for target arrival referance
◆ setDesiredTaskSpaceTransform()
double [] com.neuronrobotics.sdk.pid.ILinkFactoryProvider.setDesiredTaskSpaceTransform |
( |
TransformNR |
taskSpaceTransform, |
|
|
double |
seconds |
|
) |
| |
This calculates the target pose .
- Parameters
-
taskSpaceTransform | the task space transform |
seconds | the time for the transition to take from current position to target, unit seconds |
- Returns
- The joint space vector is returned for target arrival referance
The documentation for this interface was generated from the following file: