Robot Dynamics Library
|
Data struct for holding the hydro parameters for each body as they are parsed out of the URDF. More...
#include <urdfreader.hpp>
Public Member Functions | |
BodyHydroData () | |
Public Attributes | |
bool | hasHydro |
double | volume |
Math::Vector3d | centerOfBuoyancy |
RobotDynamics::Math::SpatialMatrix | addedMassMatrix |
std::vector< double > | linearDrag |
std::vector< double > | quadraticDrag |
Math::Vector3d | ellipsoidMajorAxisDirection |
double | dragCoefficient |
Data struct for holding the hydro parameters for each body as they are parsed out of the URDF.