public abstract class RobotPositionCallback extends Object
Constructor and Description |
---|
RobotPositionCallback() |
Modifier and Type | Method and Description |
---|---|
void |
onCancel()
This method is called if the user cancels inputting the robot position.
|
abstract void |
onOk(Pose pose,
JointPositions q)
This method is called if the 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 © 2018. All rights reserved.