Ejemplo n.º 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
Ejemplo n.º 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
Ejemplo n.º 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"
Ejemplo n.º 4
0
 def __init__ (self, robotName):
     Parent.__init__ (self, robotName, "planar")
     self.tf_root = "base_link"
Ejemplo n.º 5
0
 def __init__ (self, robotName, load = True):
     Parent.__init__ (self, robotName, self.rootJointType, load)
     self.tf_root = "base_footprint"
Ejemplo n.º 6
0
 def __init__ (self, robotName, load = True):
     Parent.__init__ (self, robotName, "planar", load)
     self.tf_root = "base_link"
Ejemplo n.º 7
0
 def __init__ (self, robotName, load = True):
     Parent.__init__ (self, robotName, "freeflyer", load)
     self.tf_root = "emu_base"
Ejemplo n.º 8
0
 def __init__ (self, load = True):
         Parent.__init__ (self, 'hrp2', self.rootJointType, load)
Ejemplo n.º 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
Ejemplo n.º 10
0
 def __init__(self, robotName, load=True):
     Parent.__init__(self, robotName, self.rootJointType, load)
Ejemplo n.º 11
0
 def __init__(self, robotName, load=True):
     Parent.__init__(self, robotName, self.rootJointType, load)
     self.tf_root = "base_link"
Ejemplo n.º 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"
Ejemplo n.º 13
0
 def __init__ (self, robotName, load = True):
     Robot.__init__ (self, robotName, self.rootJointType, load)
Ejemplo n.º 14
0
 def resetRobot(self):
     try:
         self.robot = Robot(client=self.client)
     except:
         self.robot = None
Ejemplo n.º 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
Ejemplo n.º 16
0
 def __init__ (self, robotName, load = True, **kwargs):
     Parent.__init__ (self, robotName, self.rootJointType, load, **kwargs)
Ejemplo n.º 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
Ejemplo n.º 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
Ejemplo n.º 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
Ejemplo n.º 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
Ejemplo n.º 21
0
 def __init__ (self, robotName):
     Parent.__init__ (self, robotName, "freeflyer")
     self.tf_root = "Phantom"
Ejemplo n.º 22
0
 def __init__ (self, robotName):
     Parent.__init__ (self, robotName, "freeflyer")
     self.tf_root = "base_link" 
Ejemplo n.º 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
Ejemplo n.º 24
0
 def __init__ (self, load = True):
         Parent.__init__ (self, 'hrp2-irreducible', self.rootJointType, load)
Ejemplo n.º 25
0
 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"
Ejemplo n.º 27
0
 def __init__ (self, robotName, load = True):
     Parent.__init__ (self, robotName, "freeflyer", load)
     self.rightWrist = ""
     self.leftWrist  = ""
Ejemplo n.º 28
0
 def __init__(self, robotName, load=True):
     Parent.__init__(self, robotName, "freeflyer", load)
     self.tf_root = "base_link"