Ejemplo n.º 1
0
 /// <summary>
 /// try put drive and other actuators in a safe position - stop motors etc.
 /// </summary>
 public void SafePose()
 {
     driveController.Stop();
 }