On Robot TFG
Functions
Link copied to clipboard
abstract fun gripExt(width: Double, force: Int, speed: Int, cmdTimeout: Long? = null, popupMsg: Boolean = true, onChange: (TFGToolState) -> Unit? = null, onFinished: (TFGToolState) -> Unit? = null): TFGToolState
External gripping: close the 2FG gripper around an object from the outside.
Link copied to clipboard
abstract fun gripInt(width: Double, force: Int, speed: Int, cmdTimeout: Long? = null, popupMsg: Boolean = true, onChange: (TFGToolState) -> Unit? = null, onFinished: (TFGToolState) -> Unit? = null): TFGToolState
Internal gripping: open the gripper 2FG to grip an object from the inside.
Link copied to clipboard
abstract fun releaseExt(width: Double, force: Int, speed: Int, cmdTimeout: Long? = null, popupMsg: Boolean = true, onChange: (TFGToolState) -> Unit? = null, onFinished: (TFGToolState) -> Unit? = null): TFGToolState
External release: open the gripper 2FG to release an object held from the outside.
Link copied to clipboard
abstract fun releaseInt(width: Double, force: Int, speed: Int, cmdTimeout: Long? = null, popupMsg: Boolean = true, onChange: (TFGToolState) -> Unit? = null, onFinished: (TFGToolState) -> Unit? = null): TFGToolState
Internal release: close the 2FG gripper to release an object held from the inside.