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;
std::vector< std::shared_ptr< TiXmlElement > > blobs
Definition: SDFExtension.hh:121
bool isMaxContacts
Definition: SDFExtension.hh:94
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
bool provideFeedback
Definition: SDFExtension.hh:116
URDF to SDF converter.
Definition: parser_urdf.hh:35
double springStiffness
Definition: SDFExtension.hh:114
double minDepth
Definition: SDFExtension.hh:99
bool isDampingFactor
Definition: SDFExtension.hh:92
bool isImplicitSpringDamper
Definition: SDFExtension.hh:117
Definition: SDFExtension.hh:40
bool setStaticFlag
Definition: SDFExtension.hh:90
std::string oldLinkName
Definition: SDFExtension.hh:53
double mu2
Definition: SDFExtension.hh:105
bool isMinDepth
Definition: SDFExtension.hh:98
bool isMu2
Definition: SDFExtension.hh:104
double laserRetro
Definition: SDFExtension.hh:108
bool gravity
Definition: SDFExtension.hh:91
ignition::math::Pose3d reductionTransform
Definition: SDFExtension.hh:54
bool isSpringStiffness
Definition: SDFExtension.hh:113
#define SDFORMAT_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system_util.hh:48
std::vector< std::shared_ptr< TiXmlElement > > visual_blobs
blobs of xml to be copied into the visual sdf element
Definition: SDFExtension.hh:60
double stopErp
Definition: SDFExtension.hh:112
bool selfCollide
Definition: SDFExtension.hh:101
int maxContacts
Definition: SDFExtension.hh:95
bool isLaserRetro
Definition: SDFExtension.hh:107
bool isMaxVel
Definition: SDFExtension.hh:96
bool implicitSpringDamper
Definition: SDFExtension.hh:118
namespace for Simulation Description Format parser
Definition: Actor.hh:32
std::string fdir1
Definition: SDFExtension.hh:106
double dampingFactor
Definition: SDFExtension.hh:93
bool isStopErp
Definition: SDFExtension.hh:111
double maxVel
Definition: SDFExtension.hh:97
bool isSelfCollide
Definition: SDFExtension.hh:100
std::string material
Definition: SDFExtension.hh:57
bool isProvideFeedback
Definition: SDFExtension.hh:115