31 #include <Rcs_typedef.h> 61 double* state,
double* velocity,
const MatNd* currentAction,
66 state[0] = this->
controller->computeManipulabilityCost();
RcsGraph * getDesiredGraph() const
The graph holding the desired state of the IK solver.
unsigned int getStateDim() const override
OMManipulabilityIndex(ActionModelIK *ikModel, bool observeCurrent=false)
std::vector< std::string > getStateNames() const override
ControllerBase * controller
~OMManipulabilityIndex() override
unsigned int getVelocityDim() const override
void computeObservation(double *state, double *velocity, const MatNd *currentAction, double dt) const override
const ControllerBase * getController() const