RobotPositionCallback2
instead.@Deprecated public abstract class RobotPositionCallback extends Object
The robot position callback. Override this abstract class to execute custom code when the end user accepts or cancels inputting a robot position.
Constructor and Description |
---|
RobotPositionCallback()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
onCancel()
Deprecated.
This method is called if the end user cancels inputting the robot position.
|
abstract void |
onOk(Pose pose,
JointPositions q)
Deprecated.
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 © 2021. All rights reserved.