In file /home/blah/darwin2k/src/dyno/mechanism/dynoInfluence.h:

class dynoConstantLimiter

Limits joint forces/torques based on a vector of fixed limits.

Inheritance:


Public Fields

[more]vector maxPosForce
vector of maximum positive forces for each DOF
[more]vector maxNegForce
vector of maximum negative forces for each DOF
[more]mechanism* mech
the mechanism whose DOF forces are being limited

Public Methods

[more] dynoConstantLimiter(mechanism* Mech)
Constructor
[more]int limitForces(void)
limits DOF forces


Inherited from dynoLimiter:


Inherited from dynoObject:

Public Fields

odynamicSystem* ds
oint active
oint stateSize

Public Methods

oinline virtual int getState(double* state)
oinline virtual int setState(const double* state)
oinline virtual int reset(void)


Inherited from synObject:

Public Fields

ostatic int staticClassID
oint objectID
oint verboseLevel

Public Methods

ovirtual const char* className(void) const
ovirtual synObject* copy(void) const
ovirtual int isOfType(int typeNum, int derivedOk)
ostatic int setStaticClassID(void)
ovirtual int classID(void) const


Documentation

Limits joint forces/torques based on a vector of fixed limits.
ovector maxPosForce
vector of maximum positive forces for each DOF

ovector maxNegForce
vector of maximum negative forces for each DOF

omechanism* mech
the mechanism whose DOF forces are being limited

o dynoConstantLimiter(mechanism* Mech)
Constructor

oint limitForces(void)
limits DOF forces


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.