62 virtual void computeObservation(
double* state,
double* velocity,
const MatNd* currentAction,
double dt)
const;
114 void initTaskBodyNames(
const char* effectorName,
const char* refBodyName,
const char* refFrameName);
virtual void getLimits(double *minState, double *maxState, double *maxVelocity) const
void initTaskBodyNames(const char *effectorName, const char *refBodyName, const char *refFrameName)
virtual unsigned int getStateDim() const
std::vector< double > maxVelocity
Settable maximum velocity (min/max state is stored in task parameter)
#define RCSPYSIM_NOCOPY_NOMOVE(cls)
virtual void computeObservation(double *state, double *velocity, const MatNd *currentAction, double dt) const
OMTask * setMinState(double minState)
OMTask * setMaxState(double maxState)
virtual std::vector< std::string > getStateNames() const
Task * task
Wrapped task object (owned!)
OMTask * setMaxVelocity(double maxVelocity)