Dynamics
class gazebo::Dynamics
¶
Abstract base class for thruster dynamics.
Summary¶
Members | Descriptions |
---|---|
public inline virtual ~Dynamics () |
Destructor. |
public std::string GetType () |
Return (derived) type of thruster dynamics. |
public double update (double _cmd,double _t) |
Update the dynamic model. |
public virtual void Reset () |
|
protected double prevTime |
Time of last state update. |
protected double state |
Latest state. |
protected inline Dynamics () |
Protected constructor: Use the factory for object creation. |
Members¶
public inline virtual
~Dynamics
()
¶
Destructor.
public std::string
GetType
()
¶
Return (derived) type of thruster dynamics.
public double
update
(double _cmd,double _t)
¶
Update the dynamic model.
Parameters¶
-
_cmd
The commanded value. -
_t
Time stamp of command.
public virtual void
Reset
()
¶
protected double
prevTime
¶
Time of last state update.
protected double
state
¶
Latest state.
protected inline
Dynamics
()
¶
Protected constructor: Use the factory for object creation.