Ejemplo n.º 1
0
 def execute(self):
     printVerbose(_("Command Unhome ALL"))
     c.state(l.STATE_OFF)
     c.teleop_enable(False)
     c.wait_complete()
     c.unhome(-1)
Ejemplo n.º 2
0
 def execute(self):
     printVerbose(_("Command Home ALL"))
     c.home(-1)
     c.wait_complete()