Esempio n. 1
0
 //! Change the state, as well as print out ROS_DEBUG info
 void setCommState(CommState.StateEnum state)
 {
     setCommState(new CommState(state));
 }
Esempio n. 2
0
 // Forced transitions
 public void transitionToState(ClientGoalHandle <ActionSpec> gh, CommState.StateEnum next_state)
 {
     transitionToState(gh, new CommState(next_state));
 }