#include <vector>
#include <list>
#include <QString>
#include "search.h"
#include "matvec3D.h"
Go to the source code of this file.
Classes | |
class | AttributeSet |
class | GraspPlanningState |
This is a HandObjectState that stores more information useful for grasp planning. More... | |
class | HandObjectState |
class | PositionState |
class | PostureState |
class | SearchParameter |
class | SearchVariable |
class | VariableSet |
Functions | |
void | createPositionSpaceSampling (const GraspPlanningState &seed, std::list< GraspPlanningState * > *sampling, int samples) |
void createPositionSpaceSampling | ( | const GraspPlanningState & | seed, | |
std::list< GraspPlanningState * > * | sampling, | |||
int | samples | |||
) |
Creates a list of search states obtained by sampling uniformly at a given resolution the position space variables of the seed state. Variables that are set as fixed are not sampled.