First-order dynamic system.
More...
#include <Dynamics.hh>
|
| virtual std::string | GetType () |
| | Return (derived) type of dynamic system. More...
|
| |
| virtual double | update (double _cmd, double _t) |
| | Update dynamical model given input value and time. More...
|
| |
| virtual void | Reset () |
| |
| virtual | ~Dynamics () |
| | Destructor. More...
|
| |
|
| static Dynamics * | create (sdf::ElementPtr _sdf) |
| | Create thruster model of this type with parameter values from sdf. More...
|
| |
|
| static const std::string | IDENTIFIER = "FirstOrder" |
| | Unique identifier for this dynamical model. More...
|
| |
First-order dynamic system.
Definition at line 113 of file Dynamics.hh.
| gazebo::DynamicsFirstOrder::DynamicsFirstOrder |
( |
double |
_tau | ) |
|
|
private |
| static Dynamics* gazebo::DynamicsFirstOrder::create |
( |
sdf::ElementPtr |
_sdf | ) |
|
|
static |
Create thruster model of this type with parameter values from sdf.
| virtual std::string gazebo::DynamicsFirstOrder::GetType |
( |
| ) |
|
|
inlinevirtual |
Register this model with the factory.
| double gazebo::DynamicsFirstOrder::update |
( |
double |
_cmd, |
|
|
double |
_t |
|
) |
| |
|
virtual |
| const std::string gazebo::DynamicsFirstOrder::IDENTIFIER = "FirstOrder" |
|
staticprivate |
Unique identifier for this dynamical model.
Definition at line 128 of file Dynamics.hh.
| double gazebo::DynamicsFirstOrder::tau |
|
private |
The documentation for this class was generated from the following files: