Dynamics
class gazebo::Dynamics¶
Abstract base class for thruster dynamics.
Summary¶
| Members | Descriptions |
|---|---|
public inline virtual~Dynamics() |
Destructor. |
public std::stringGetType() |
Return (derived) type of thruster dynamics. |
public doubleupdate(double _cmd,double _t) |
Update the dynamic model. |
public virtual voidReset() |
|
protected doubleprevTime |
Time of last state update. |
protected doublestate |
Latest state. |
protected inlineDynamics() |
Protected constructor: Use the factory for object creation. |
Members¶
public inline virtual~Dynamics()¶
Destructor.
public std::stringGetType()¶
Return (derived) type of thruster dynamics.
public doubleupdate(double _cmd,double _t)¶
Update the dynamic model.
Parameters¶
-
_cmdThe commanded value. -
_tTime stamp of command.
public virtual voidReset()¶
protected doubleprevTime¶
Time of last state update.
protected doublestate¶
Latest state.
protected inlineDynamics()¶
Protected constructor: Use the factory for object creation.