Interface Gripper


  • public interface Gripper
    Represents a gripper mechanism.
    • Method Detail

      • open

        void open()
        Open the gripper
      • close

        void close()
        Close the gripper
      • isOpen

        boolean isOpen()
        Determine if the gripper is open
        Returns:
        true if the gripper is open otherwise false