public abstract class RobotPositionCallback extends Object
| Constructor and Description | 
|---|
RobotPositionCallback()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
onCancel()
This method is called if the end user cancels inputting the robot position. 
 | 
abstract void | 
onOk(Pose pose,
    JointPositions q)
This method is called if the end user accepts the robot position. 
 | 
public abstract void onOk(Pose pose, JointPositions q)
pose - the pose of the robot.q - the joint positions of the robot.public void onCancel()
Copyright © 2019. All rights reserved.