示例#1
0
 def __init__ (self, robotName, load = True):
     Parent.__init__ (self, robotName, self.rootJointType, load)
     self.tf_root = "base_footprint"
     self.halfSitting = self.getCurrentConfig ()
     for j, v in self.halfSittingDict.iteritems ():
         index = self.rankInConfiguration [j]
         self.halfSitting [index] = v
示例#2
0
 def __init__ (self, robotName, load = True):
     Parent.__init__ (self, robotName, "planar", load)
     self.tf_root = 'world' # le nom du tf_root est libre
示例#3
0
 def __init__ (self, robotName, load = True):
     Parent.__init__ (self, robotName, "freeflyer", load)
     self.tf_root = "base_link"
     self.leftAnkle = "l_sole_joint"
     self.rightAnkle = "r_sole_joint"
示例#4
0
 def __init__ (self, robotName):
     Parent.__init__ (self, robotName, "planar")
     self.tf_root = "base_link"
示例#5
0
 def __init__ (self, robotName, load = True):
     Parent.__init__ (self, robotName, self.rootJointType, load)
     self.tf_root = "base_footprint"
 def __init__ (self, robotName, load = True):
     Parent.__init__ (self, robotName, "planar", load)
     self.tf_root = "base_link"
 def __init__ (self, robotName, load = True):
     Parent.__init__ (self, robotName, "freeflyer", load)
     self.tf_root = "emu_base"
示例#8
0
 def __init__ (self, load = True):
         Parent.__init__ (self, 'hrp2', self.rootJointType, load)
示例#9
0
 def __init__(self, robotName, load=True):
     Parent.__init__(self, robotName, self.rootJointType, load)
     self.tf_root = "base_footprint"
     self.client.basic = Client()
     self.load = load
示例#10
0
 def __init__(self, robotName, load=True):
     Parent.__init__(self, robotName, self.rootJointType, load)
示例#11
0
 def __init__(self, robotName, load=True):
     Parent.__init__(self, robotName, self.rootJointType, load)
     self.tf_root = "base_link"
示例#12
0
 def __init__ (self, robotName, load = True):
     Parent.__init__ (self, robotName, "freeflyer", load)
     self.tf_root = "base_link"
     self.leftAnkle = "lFoot"
     self.rightAnkle = "rFoot"
示例#13
0
 def __init__ (self, robotName, load = True):
     Robot.__init__ (self, robotName, self.rootJointType, load)
示例#14
0
 def resetRobot(self):
     try:
         self.robot = Robot(client=self.client)
     except:
         self.robot = None
示例#15
0
from hpp.corbaserver.robot import Robot

Robot.packageName = 'hpp_tutorial'
Robot.urdfSuffix = ''
Robot.srdfSuffix = ''
Robot.urdfName = 'pr2'

robot = Robot('pr2', "planar")

robot.tf_root = 'base_footprint'

robot.setJointBounds("base_joint_xy", [-4, -3, -5, -3])

from hpp_ros import ScenePublisher
r = ScenePublisher(robot)

from hpp.corbaserver import ProblemSolver
ps = ProblemSolver(robot)

q_init = robot.getCurrentConfig()
q_goal = q_init[::]
q_init[0:2] = [-3.2, -4]
rank = robot.rankInConfiguration['torso_lift_joint']
q_init[rank] = 0.2
r(q_init)

q_goal[0:2] = [-3.2, -4]
rank = robot.rankInConfiguration['l_shoulder_lift_joint']
q_goal[rank] = 0.5
rank = robot.rankInConfiguration['l_elbow_flex_joint']
q_goal[rank] = -0.5
示例#16
0
 def __init__ (self, robotName, load = True, **kwargs):
     Parent.__init__ (self, robotName, self.rootJointType, load, **kwargs)
示例#17
0
 def __init__(self, robotName, load=True):
     Parent.__init__(self, robotName, "freeflyer", load)
     self.tf_root = 'base_link'  # le nom du tf_root est libre
示例#18
0
 def __init__(self, robotName, load=True):
     Parent.__init__(self, robotName, "planar", load)
     self.tf_root = 'world'  # le nom du tf_root est libre
示例#19
0
	def __init__ (self, robotName, load = True):
		Parent.__init__ (self, robotName, self.rootJointType, load)
		self.tf_root = "base_footprint"
		self.client.basic = Client ()
		self.load = load
示例#20
0
 def __init__ (self, robotName):
     Parent.__init__ (self, robotName, "anchor", False)
     self.tf_root = 'base_link' # le nom du tf_root est libre
     self.rod = flectoClient().rod
示例#21
0
 def __init__ (self, robotName):
     Parent.__init__ (self, robotName, "freeflyer")
     self.tf_root = "Phantom"
示例#22
0
 def __init__ (self, robotName):
     Parent.__init__ (self, robotName, "freeflyer")
     self.tf_root = "base_link" 
示例#23
0
 def __init__ (self, robotName, load = True):
     Parent.__init__ (self, robotName, "freeflyer", load)
     self.tf_root = 'base_link' # le nom du tf_root est libre
示例#24
0
 def __init__ (self, load = True):
         Parent.__init__ (self, 'hrp2-irreducible', self.rootJointType, load)
 def __init__ (self):
     Parent.__init__ (self,  self.urdfName, "freeflyer")
 def __init__ (self, robotName, load = True, rootJointType = "anchor"):
     Parent.__init__ (self, robotName, rootJointType, load)
     self.rightWrist = "wrist_3_joint"
     self.leftWrist  = "wrist_3_joint"
     self.endEffector = "ee_fixed_joint"
示例#27
0
 def __init__ (self, robotName, load = True):
     Parent.__init__ (self, robotName, "freeflyer", load)
     self.rightWrist = ""
     self.leftWrist  = ""
示例#28
0
 def __init__(self, robotName, load=True):
     Parent.__init__(self, robotName, "freeflyer", load)
     self.tf_root = "base_link"