31 #ifndef _OMFORCETORQUE_H_ 32 #define _OMFORCETORQUE_H_ 56 const char* sensorName,
57 double maxForce = std::numeric_limits<double>::infinity(),
67 virtual void computeObservation(
double* state,
double* velocity,
const MatNd* currentAction,
double dt)
const;
69 virtual void getLimits(
double* minState,
double* maxState,
double* maxVelocity)
const;
virtual void computeObservation(double *state, double *velocity, const MatNd *currentAction, double dt) const
virtual void getLimits(double *minState, double *maxState, double *maxVelocity) const
RcsSensor * sensor
FTS to observe.
virtual std::vector< std::string > getStateNames() const
OMForceTorque(RcsGraph *graph, const char *sensorName, double maxForce=std::numeric_limits< double >::infinity(), bool transformToWorldFrame=false)
bool transformToWorldFrame
virtual unsigned int getStateDim() const
virtual unsigned int getVelocityDim() const