SDFormat v1.8 Bindings¶
Warning
If you want to use these bindings explicitly, you need to import them first:
import skbot.ignition.sdformat.bindings.v18 as v18
Scikit-bot’s version-specific SDFormat bindings are realized as a set of dataclasses. Each class corresponds to a unique element found within SDFormat XML and has an attribute for every attribute and child of the corresponding SDFormat element. Names generally match the names used within SDFormat; however, are adapted to python convention where needed.
Elements
|
A special kind of model which can have a scripted motion. |
|
The collision properties of a link. |
|
The shape of the visual or collision object. |
|
A joint connects two links with kinematic and dynamic properties. |
|
The light element describes a light source. |
|
A physical link with inertia, collision, and visual properties. |
|
The material of the visual element. |
|
The model element defines a complete robot or any other physical object. |
|
The physics tag specifies the type and properties of the dynamics engine. |
|
Specifies the look of the environment. |
|
SDFormat base element that can include one model, actor, light, or worlds. |
|
The sensor tag describes the type and properties of a sensor. |
|
|
|
Model state. |
|
The visual properties of the link. |
|
The world element encapsulates an entire world description including: models, scene, physics, and plugins. |