Example #1
0
 public void MoveToHome()
 {
     _transmission.Forward();
     _control.Forward();
     _control.Left();
     _control.Right();
 }