HMBox
class gazebo::HMBox
¶
class gazebo::HMBox : public gazebo::HMFossen
Class containing the methods and attributes for a hydrodynamic model for a box in the fluid.
Summary¶
Members | Descriptions |
---|---|
public inline virtual std::string GetType () |
Return (derived) type of hydrodynamic model. |
public virtual void Print (std::string _paramName,std::string _message) |
Prints parameters. |
protected double Cd |
Drag coefficient. |
protected double length |
Length of the box. |
protected double width |
Width of the box. |
protected double height |
Height of the box. |
protected HMBox (sdf::ElementPtr _sdf,physics::LinkPtr _link) |
Constructor. |
Members¶
public inline virtual std::string
GetType
()
¶
Return (derived) type of hydrodynamic model.
public virtual void
Print
(std::string _paramName,std::string _message)
¶
Prints parameters.
protected double
Cd
¶
Drag coefficient.
protected double
length
¶
Length of the box.
protected double
width
¶
Width of the box.
protected double
height
¶
Height of the box.
protected
HMBox
(sdf::ElementPtr _sdf,physics::LinkPtr _link)
¶
Constructor.