EigenTorqueComputer Class Reference

#include <eigenTorques.h>

Inheritance diagram for EigenTorqueComputer:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 EigenTorqueComputer (Hand *h)
virtual void finalize ()
 Called after all the grasps have been processed.
virtual void processGrasp ()
 Called for each grasp in the list.
virtual void reset ()
 Resets the processor and prepares it for another list of grasps.

Private Attributes

int mNumErrors
int mNumOptimal
int mNumUnfeasible
std::vector< MatrixmOptimalTorques
 Stores the optimal torques for each grasp.

Detailed Description

Does a GFO for each grasp to compute the optimal joint torques and stores the torques for each grasp. Then it prints them to a file. It also prints statistics about the results of the optimizations.

Definition at line 87 of file eigenTorques.h.


Constructor & Destructor Documentation

EigenTorqueComputer::EigenTorqueComputer ( Hand h  )  [inline]

Definition at line 94 of file eigenTorques.h.


Member Function Documentation

void EigenTorqueComputer::finalize (  )  [virtual]

Called after all the grasps have been processed.

Implements GraspProcessor.

Definition at line 212 of file eigenTorques.cpp.

void EigenTorqueComputer::processGrasp (  )  [virtual]

Called for each grasp in the list.

Implements GraspProcessor.

Definition at line 185 of file eigenTorques.cpp.

void EigenTorqueComputer::reset (  )  [virtual]

Resets the processor and prepares it for another list of grasps.

Reimplemented from GraspProcessor.

Definition at line 178 of file eigenTorques.cpp.


Member Data Documentation

Definition at line 90 of file eigenTorques.h.

Definition at line 90 of file eigenTorques.h.

Definition at line 90 of file eigenTorques.h.

Stores the optimal torques for each grasp.

Definition at line 92 of file eigenTorques.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


graspit
Author(s):
autogenerated on Wed Jan 25 11:00:21 2012