Beispiel #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
Beispiel #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
Beispiel #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"
Beispiel #4
0
 def __init__ (self, robotName):
     Parent.__init__ (self, robotName, "planar")
     self.tf_root = "base_link"
Beispiel #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"
Beispiel #8
0
 def __init__ (self, load = True):
         Parent.__init__ (self, 'hrp2', self.rootJointType, load)
Beispiel #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
 def __init__(self, robotName, load=True):
     Parent.__init__(self, robotName, self.rootJointType, load)
Beispiel #11
0
 def __init__(self, robotName, load=True):
     Parent.__init__(self, robotName, self.rootJointType, load)
     self.tf_root = "base_link"
Beispiel #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"
Beispiel #13
0
 def __init__ (self, robotName, load = True):
     Robot.__init__ (self, robotName, self.rootJointType, load)
Beispiel #14
0
 def resetRobot(self):
     try:
         self.robot = Robot(client=self.client)
     except:
         self.robot = None
Beispiel #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
 def __init__ (self, robotName, load = True, **kwargs):
     Parent.__init__ (self, robotName, self.rootJointType, load, **kwargs)
Beispiel #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
Beispiel #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
	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
Beispiel #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
Beispiel #21
0
 def __init__ (self, robotName):
     Parent.__init__ (self, robotName, "freeflyer")
     self.tf_root = "Phantom"
Beispiel #22
0
 def __init__ (self, robotName):
     Parent.__init__ (self, robotName, "freeflyer")
     self.tf_root = "base_link" 
Beispiel #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
 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"
 def __init__ (self, robotName, load = True):
     Parent.__init__ (self, robotName, "freeflyer", load)
     self.rightWrist = ""
     self.leftWrist  = ""
Beispiel #28
0
 def __init__(self, robotName, load=True):
     Parent.__init__(self, robotName, "freeflyer", load)
     self.tf_root = "base_link"