sdf required attribute
In sdf schema element definition, there is a "required" attribute. It's value might be "1", "0", "". What is the meaning of "" in this context?
add a comment
In sdf schema element definition, there is a "required" attribute. It's value might be "1", "0", "". What is the meaning of "" in this context?
As documented here, these are the possible values for required
:
1
: Exactly one is required+
: At least one is required, may have more*
: Zero or more elements are accepted0
: Optional, not required, If present, there should be only one.Asked: 2019-08-18 22:02:11 -0500
Seen: 94 times
Last updated: Aug 19 '19
Cylinder parameters: elements or attributes
SDF include non static model inside a static model
Fixed joint vs Continuous joint
How to set forceon links when some of the links are of mass zero?
Is it possible to change the color of an object in a Plugin?
Adding new SDF blocks to schema at runtime
Gazebo, SDF and Chrono::engine
URDF -> SDF ignores effort and velocity limits for continuous joints