Control of robot PR2 in hpp. More...
Public Member Functions | |
def | __init__ (self, robotName, load=True, kwargs) |
Static Public Attributes | |
string | packageName = "hpp_tutorial" |
Information to retrieve urdf and srdf files. More... | |
string | meshPackageName = "pr2_description" |
string | rootJointType = "planar" |
string | urdfName = "pr2" |
Information to retrieve urdf and srdf files. More... | |
string | urdfSuffix = "" |
string | srdfSuffix = "" |
Control of robot PR2 in hpp.
This class implements a client to the corba server implemented in hpp-corbaserver. It derive from class hpp.corbaserver.robot.Robot.
This class is also used to initialize a client to rviz in order to display configurations of the PR2 robot.
At creation of an instance, the urdf and srdf files are loaded using idl interface hpp::corbaserver::Robot::loadRobotModel.
def pr2.robot.Robot.__init__ | ( | self, | |
robotName, | |||
load = True , |
|||
kwargs | |||
) |
|
static |
|
static |
Information to retrieve urdf and srdf files.
|
static |
Referenced by pr2.robot.Robot.__init__().
|
static |
|
static |
Information to retrieve urdf and srdf files.
|
static |