#include <SDFExtension.hh>
◆ SDFExtension() [1/2]
sdf::v8::SDFExtension::SDFExtension |
( |
| ) |
|
◆ SDFExtension() [2/2]
sdf::v8::SDFExtension::SDFExtension |
( |
const SDFExtension & |
_ge | ) |
|
Copy constructor.
- Parameters
-
◆ ~SDFExtension()
virtual sdf::v8::SDFExtension::~SDFExtension |
( |
| ) |
|
|
virtualdefault |
◆ URDF2SDF
◆ blobs
std::vector<std::shared_ptr<TiXmlElement> > sdf::v8::SDFExtension::blobs |
◆ collision_blobs
std::vector<std::shared_ptr<TiXmlElement> > sdf::v8::SDFExtension::collision_blobs |
blobs of xml to be copied into the collision sdf element An example might be: <gazebo reference="link-1"> <collision> <max_contacts>10</max_contacts> <surface> <contact> <ode> <kp>1e+06</kp> <kd>100</kd> <max_vel>100</max_vel> <min_depth>0.001</min_depth> </ode> </contact> <friction> <ode> <mu>1</mu> <mu2>1</mu2> </ode> </friction> </surface> </collision> </gazebo> where all the contents of <collision>
element is copied into the resulting collision sdf.
◆ dampingFactor
double sdf::v8::SDFExtension::dampingFactor |
◆ fdir1
std::string sdf::v8::SDFExtension::fdir1 |
◆ fudgeFactor
double sdf::v8::SDFExtension::fudgeFactor |
◆ gravity
bool sdf::v8::SDFExtension::gravity |
◆ implicitSpringDamper
bool sdf::v8::SDFExtension::implicitSpringDamper |
◆ isDampingFactor
bool sdf::v8::SDFExtension::isDampingFactor |
◆ isFudgeFactor
bool sdf::v8::SDFExtension::isFudgeFactor |
◆ isImplicitSpringDamper
bool sdf::v8::SDFExtension::isImplicitSpringDamper |
◆ isKd
bool sdf::v8::SDFExtension::isKd |
◆ isKp
bool sdf::v8::SDFExtension::isKp |
◆ isLaserRetro
bool sdf::v8::SDFExtension::isLaserRetro |
◆ isMaxContacts
bool sdf::v8::SDFExtension::isMaxContacts |
◆ isMaxVel
bool sdf::v8::SDFExtension::isMaxVel |
◆ isMinDepth
bool sdf::v8::SDFExtension::isMinDepth |
◆ isMu1
bool sdf::v8::SDFExtension::isMu1 |
◆ isMu2
bool sdf::v8::SDFExtension::isMu2 |
◆ isProvideFeedback
bool sdf::v8::SDFExtension::isProvideFeedback |
◆ isSelfCollide
bool sdf::v8::SDFExtension::isSelfCollide |
◆ isSpringReference
bool sdf::v8::SDFExtension::isSpringReference |
◆ isSpringStiffness
bool sdf::v8::SDFExtension::isSpringStiffness |
◆ isStopCfm
bool sdf::v8::SDFExtension::isStopCfm |
◆ isStopErp
bool sdf::v8::SDFExtension::isStopErp |
◆ kd
double sdf::v8::SDFExtension::kd |
◆ kp
double sdf::v8::SDFExtension::kp |
◆ laserRetro
double sdf::v8::SDFExtension::laserRetro |
◆ material
std::string sdf::v8::SDFExtension::material |
◆ maxContacts
int sdf::v8::SDFExtension::maxContacts |
◆ maxVel
double sdf::v8::SDFExtension::maxVel |
◆ minDepth
double sdf::v8::SDFExtension::minDepth |
◆ mu1
double sdf::v8::SDFExtension::mu1 |
◆ mu2
double sdf::v8::SDFExtension::mu2 |
◆ oldLinkName
std::string sdf::v8::SDFExtension::oldLinkName |
◆ provideFeedback
bool sdf::v8::SDFExtension::provideFeedback |
◆ reductionTransform
ignition::math::Pose3d sdf::v8::SDFExtension::reductionTransform |
◆ selfCollide
bool sdf::v8::SDFExtension::selfCollide |
◆ setStaticFlag
bool sdf::v8::SDFExtension::setStaticFlag |
◆ springReference
double sdf::v8::SDFExtension::springReference |
◆ springStiffness
double sdf::v8::SDFExtension::springStiffness |
◆ stopCfm
double sdf::v8::SDFExtension::stopCfm |
◆ stopErp
double sdf::v8::SDFExtension::stopErp |
◆ visual_blobs
std::vector<std::shared_ptr<TiXmlElement> > sdf::v8::SDFExtension::visual_blobs |
blobs of xml to be copied into the visual sdf element
The documentation for this class was generated from the following file: