コード例 #1
0
ファイル: keeper.py プロジェクト: gjacobrobertson/robotics
 def run(self):
   print "Block Right"
   UTdebug.log(15, "Blocking right")
   joint_commands.setJointCommandDeg(core.RShoulderRoll, -90.0)
   return pose.ToPose(cfgpose.blockright,2.0,100.0)
コード例 #2
0
ファイル: keeper.py プロジェクト: gjacobrobertson/robotics
 def run(self):
     print "Block Right"
     UTdebug.log(15, "Blocking right")
     joint_commands.setJointCommandDeg(core.RShoulderRoll, -90.0)
     return pose.ToPose(cfgpose.blockright, 2.0, 100.0)
コード例 #3
0
ファイル: keeper.py プロジェクト: gjacobrobertson/robotics
 def run(self):
   UTdebug.log(15, "Blocking left")
   print "Block Left"
   joint_commands.setJointCommandDeg(core.LShoulderRoll, 90.0)
   return pose.ToPose(cfgpose.blockleft,2.0,100.0)
コード例 #4
0
ファイル: keeper.py プロジェクト: gjacobrobertson/robotics
 def run(self):
     UTdebug.log(15, "Blocking left")
     print "Block Left"
     joint_commands.setJointCommandDeg(core.LShoulderRoll, 90.0)
     return pose.ToPose(cfgpose.blockleft, 2.0, 100.0)