Beispiel #1
0
 public void setUpNao()
 {
     motioProxy.setSmartStiffnessEnabled(true);
     motioProxy.wakeUp();
     postureproxy.goToPosture("Stand", 0.5f);//Stand LyingBack
     this.sensor.SkeletonReady += getPoint;
 }
Beispiel #2
0
 public void setUpNao()
 {
     motioProxy.setSmartStiffnessEnabled(true);
     motioProxy.wakeUp();
     postureproxy.goToPosture("Stand", 0.5f);//Stand LyingBack
 }