예제 #1
0
 def exit(self):
     util.freeze(self)
     self.motionManager.stopCurrentMotion()
예제 #2
0
 def DONE(self,event):
     util.freeze(self)
예제 #3
0
 def stop(self):
     self.motionManager._controller.moveVel(0,0,0)
     util.freeze(self)
예제 #4
0
파일: buoy.py 프로젝트: schristian/tortuga
 def exit(self):
     utility.freeze(self)
     self.motionManager.stopCurrent()