17 #ifndef _GAZEBO_LINEAR_BATTERY_PLUGIN_HH_ 18 #define _GAZEBO_LINEAR_BATTERY_PLUGIN_HH_ 25 #include "gazebo/physics/physics.hh" 39 public:
virtual void Init();
42 public:
virtual void Reset();
68 protected: sdf::ElementPtr
sdf;
85 protected:
double tau;
boost::shared_ptr< Link > LinkPtr
Definition: PhysicsTypes.hh:100
boost::shared_ptr< World > WorldPtr
Definition: PhysicsTypes.hh:84
double ismooth
Smoothed battery current in A.
Definition: LinearBatteryPlugin.hh:91
Forward declarations for the common classes.
Definition: Animation.hh:33
double e0
Open-circuit voltage.
Definition: LinearBatteryPlugin.hh:72
physics::ModelPtr model
Pointer to model containing plugin.
Definition: LinearBatteryPlugin.hh:59
double q
Instantaneous battery charge in Ah.
Definition: LinearBatteryPlugin.hh:94
double iraw
Raw battery current in A.
Definition: LinearBatteryPlugin.hh:88
sdf::ElementPtr sdf
SDF for this plugin;.
Definition: LinearBatteryPlugin.hh:68
double c
Battery capacity in Ah.
Definition: LinearBatteryPlugin.hh:79
double r
Battery inner resistance in Ohm.
Definition: LinearBatteryPlugin.hh:82
boost::shared_ptr< PhysicsEngine > PhysicsEnginePtr
Definition: PhysicsTypes.hh:116
common::BatteryPtr battery
Pointer to battery contained in link.
Definition: LinearBatteryPlugin.hh:65
double q0
Initial battery charge in Ah.
Definition: LinearBatteryPlugin.hh:76
physics::WorldPtr world
Pointer to world.
Definition: LinearBatteryPlugin.hh:53
std::shared_ptr< Battery > BatteryPtr
Definition: CommonTypes.hh:144
boost::shared_ptr< Connection > ConnectionPtr
Definition: CommonTypes.hh:153
event::ConnectionPtr updateConnection
Connection to World Update events.
Definition: LinearBatteryPlugin.hh:50
boost::shared_ptr< Model > ModelPtr
Definition: PhysicsTypes.hh:88
GAZEBO_VISIBLE void Init(google::protobuf::Message &_message, const std::string &_id="")
Initialize a message.
double tau
Current low-pass filter characteristic time in seconds.
Definition: LinearBatteryPlugin.hh:85
double e1
Definition: LinearBatteryPlugin.hh:73
physics::LinkPtr link
Pointer to link containing battery link.
Definition: LinearBatteryPlugin.hh:62
A plugin with access to physics::Model.
Definition: Plugin.hh:245
#define GAZEBO_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system.hh:59
physics::PhysicsEnginePtr physics
Pointer to physics engine.
Definition: LinearBatteryPlugin.hh:56
A plugin that simulates a linear battery.
Definition: LinearBatteryPlugin.hh:30