def entry (self):
     #Reset the variables since the last use of the state and
     #sets the eyes to a fancy red colour
     robotbody.set_eyes_led(31, 0, 0)
     self.sitting=False
     self.start_time=None
     
     #Starts the get up motion
     motion.get_up()
 def entry (self):
     motion.get_up()