18 #ifndef SDFORMAT_SDFEXTENSION_HH_ 19 #define SDFORMAT_SDFEXTENSION_HH_ 27 #include <ignition/math/Pose3.hh> 29 #include <sdf/sdf_config.h> 35 inline namespace SDF_VERSION_NAMESPACE {
104 public:
bool isMu1,
isMu2, isKp, isKd;
105 public:
double mu1,
mu2, kp, kd;
121 public: std::vector<std::shared_ptr<TiXmlElement> >
blobs;
double springStiffness
Definition: SDFExtension.hh:114
std::vector< std::shared_ptr< TiXmlElement > > blobs
Definition: SDFExtension.hh:121
double dampingFactor
Definition: SDFExtension.hh:93
double mu2
Definition: SDFExtension.hh:105
bool provideFeedback
Definition: SDFExtension.hh:116
bool setStaticFlag
Definition: SDFExtension.hh:90
bool isMaxVel
Definition: SDFExtension.hh:96
std::string oldLinkName
Definition: SDFExtension.hh:53
bool isLaserRetro
Definition: SDFExtension.hh:107
double minDepth
Definition: SDFExtension.hh:99
double stopErp
Definition: SDFExtension.hh:112
std::string material
Definition: SDFExtension.hh:57
bool isStopErp
Definition: SDFExtension.hh:111
bool isMu2
Definition: SDFExtension.hh:104
double maxVel
Definition: SDFExtension.hh:97
bool implicitSpringDamper
Definition: SDFExtension.hh:118
Definition: SDFExtension.hh:40
bool gravity
Definition: SDFExtension.hh:91
bool isSelfCollide
Definition: SDFExtension.hh:100
double laserRetro
Definition: SDFExtension.hh:108
std::vector< std::shared_ptr< TiXmlElement > > visual_blobs
blobs of xml to be copied into the visual sdf element
Definition: SDFExtension.hh:60
#define SDFORMAT_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system_util.hh:48
bool selfCollide
Definition: SDFExtension.hh:101
ignition::math::Pose3d reductionTransform
Definition: SDFExtension.hh:54
bool isMaxContacts
Definition: SDFExtension.hh:94
bool isDampingFactor
Definition: SDFExtension.hh:92
bool isImplicitSpringDamper
Definition: SDFExtension.hh:117
URDF to SDF converter.
Definition: parser_urdf.hh:35
bool isProvideFeedback
Definition: SDFExtension.hh:115
std::vector< std::shared_ptr< TiXmlElement > > collision_blobs
blobs of xml to be copied into the collision sdf element An example might be: <gazebo reference="link...
Definition: SDFExtension.hh:87
namespace for Simulation Description Format parser
Definition: AirPressure.hh:25
int maxContacts
Definition: SDFExtension.hh:95
bool isSpringStiffness
Definition: SDFExtension.hh:113
bool isMinDepth
Definition: SDFExtension.hh:98
std::string fdir1
Definition: SDFExtension.hh:106