Exemple #1
0
 public void SendChain()
 {
     Debug.Log("SendChain()");
     // Task: Start an action exchange with the ros action server
     State = GoalPoseClientState.AWAITING;  // (if action server accepts request)
     Debug.Log("pst = " + _panelSizeToggler);
 }
Exemple #2
0
 public void AbortChain()
 {
     Debug.Log("pst = " + _panelSizeToggler);
     Debug.Log("AbortChain()");
     ClearPoses();
     State = GoalPoseClientState.IDLE;
 }
Exemple #3
0
 private void Awake()
 {
     State = initialActiveGroup;
 }