pinocchio  2.7.1
A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives
Robot Class Reference
Inheritance diagram for Robot:
Collaboration diagram for Robot:

Public Member Functions

def __init__ (self)
 
def checkCollision (self, pairIndex)
 
def collisionJacobian (self, pairIndex, q)
 
def createHand (self, root_id=0, prefix='', joint_placement=None)
 
def display (self, q)
 
def displayCollision (self, pairIndex, meshIndex, onlyOne=False)
 

Public Attributes

 collisionPairs
 
 data
 
 model
 
 q0
 
 v0
 
 viewer
 
 visuals
 

Detailed Description

Define a class Robot with 7DOF (shoulder=3 + elbow=1 + wrist=3).
The configuration is nq=7. The velocity is the same.
The members of the class are:
* viewer: a display encapsulating a gepetto viewer client to create 3D objects and place them.
* model: the kinematic tree of the robot.
* data: the temporary variables to be used by the kinematic algorithms.
* visuals: the list of all the 'visual' 3D objects to render the robot, each element of the list being
an object Visual (see above).

CollisionPairs is a list of visual indexes.
Reference to the collision pair is used in the collision test and jacobian of the collision
(which are simply proxy method to methods of the visual class).

Definition at line 132 of file robot_hand.py.


The documentation for this class was generated from the following file: