예제 #1
0
파일: Walk.cs 프로젝트: boschbc/NaoRobot
 public bool MotorOn()
 {
     return(Motion.robotIsWakeUp());
 }