// Use this for initialization
 void Start()
 {
     _terminalButtons = GetComponentsInChildren <TerminalButton>();
     _robotController = FindObjectOfType <UR5Controller>();
     NotifyChildren();
     InputManager.Instance.PushFallbackInputHandler(gameObject);
 }