コード例 #1
0
 def onStart(self):
     """
   Start the JoyApp and the simulation
   """
     self.ani = AnimatorPlan(self, self._animation)
     self.t, self.q, self.y, self.p, self.l = [], [], [], [], []
     self.T0 = self.now
     self.ani.start()
コード例 #2
0
 def onStart(self):
     AnimatorPlan(self, _animation).start()