#include <FormationControl.h>
Public Member Functions | |
SpringDampFormCtrlPar (Decimal selfDamp=10.0, Decimal neighDist=1.5, Decimal neighStiff=5.0, Decimal neighDamping=5.0, Time neighDataLifeTime=Time(0.1)) | |
Default constructor. | |
SpringDampFormCtrlPar (const SpringDampFormCtrlPar &p) | |
Copy constructor. | |
SpringDampFormCtrlPar & | operator= (const SpringDampFormCtrlPar &rhs) |
Assignment operator. | |
Decimal | selfDamping () |
Gets the damping applied to the absolute velocity of the robot. | |
Decimal | neighborNeutrDist () |
Gets the neutral distance of the link with the neighbors. | |
Decimal | neighborStiff () |
Gets the stiffness of the link with the neighbors. | |
Decimal | neighborDamping () |
Gets the damping of the link with the neighbors. | |
Time | neighDataLifeTime () |
Gets the received data life time. | |
string | getObjectName () const |
Gets the name. |
SpringDampFormCtrlPar::SpringDampFormCtrlPar | ( | Decimal | selfDamp = 10.0 , |
|
Decimal | neighDist = 1.5 , |
|||
Decimal | neighStiff = 5.0 , |
|||
Decimal | neighDamping = 5.0 , |
|||
Time | neighDataLifeTime = Time(0.1) | |||
) |
Default constructor.
[in] | neighDist | Neutral distance for the neighbors. |
[in] | neighStiff | Stiffness of the link with the neighbors. |
[in] | neighDamping | Damping of the link with the neighbors. |
SpringDampFormCtrlPar::SpringDampFormCtrlPar | ( | const SpringDampFormCtrlPar & | p | ) |
Copy constructor.
SpringDampFormCtrlPar & SpringDampFormCtrlPar::operator= | ( | const SpringDampFormCtrlPar & | rhs | ) |
Assignment operator.
Decimal SpringDampFormCtrlPar::selfDamping | ( | ) |
Gets the damping applied to the absolute velocity of the robot.
Decimal SpringDampFormCtrlPar::neighborNeutrDist | ( | ) |
Gets the neutral distance of the link with the neighbors.
Decimal SpringDampFormCtrlPar::neighborStiff | ( | ) |
Gets the stiffness of the link with the neighbors.
Decimal SpringDampFormCtrlPar::neighborDamping | ( | ) |
Gets the damping of the link with the neighbors.
Time SpringDampFormCtrlPar::neighDataLifeTime | ( | ) |
Gets the received data life time.
string SpringDampFormCtrlPar::getObjectName | ( | ) | const [inline, virtual] |