import socket
#library for TCP/IP communication protocol
import struct
#library that helps us decode data from UR5e
import cv2
#open cv to put markers and handle video feed
import numpy as np
#numpy for math
from time import sleep
#to suspend activites in seconds