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