RobWorkProject  23.9.11-
Public Types | Public Member Functions | List of all members
GraspStrategy Class Referenceabstract

a GraspStrategy define how the initial configuration of a grasping system is generated. More...

#include <GraspStrategy.hpp>

Public Types

typedef rw::core::Ptr< GraspStrategyPtr
 

Public Member Functions

virtual StateSampler::Ptr getSampler ()=0
 
virtual std::string getIdentifier ()=0
 
virtual rw::core::PropertyMapgetSettings ()=0
 
virtual void applySettings ()=0
 

Detailed Description

a GraspStrategy define how the initial configuration of a grasping system is generated.

Example: A simple GraspStrategy is to randomly place the robot hand with its palm pointing toward the object and randomly generate collision free finger configurations.

Another example would be to load all start configurations from some file...


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