Trivial (no dynamics) zero-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 = "ZeroOrder" |
| Unique identifier for this dynamical model. More...
|
|
Trivial (no dynamics) zero-order dynamic system.
Definition at line 90 of file Dynamics.hh.
gazebo::DynamicsZeroOrder::DynamicsZeroOrder |
( |
| ) |
|
|
inlineprivate |
static Dynamics* gazebo::DynamicsZeroOrder::create |
( |
sdf::ElementPtr |
_sdf | ) |
|
|
static |
Create thruster model of this type with parameter values from sdf.
virtual std::string gazebo::DynamicsZeroOrder::GetType |
( |
| ) |
|
|
inlinevirtual |
Register this model with the factory.
double gazebo::DynamicsZeroOrder::update |
( |
double |
_cmd, |
|
|
double |
_t |
|
) |
| |
|
virtual |
const std::string gazebo::DynamicsZeroOrder::IDENTIFIER = "ZeroOrder" |
|
staticprivate |
Unique identifier for this dynamical model.
Definition at line 105 of file Dynamics.hh.
The documentation for this class was generated from the following files: