URDF.from_string
-
classmethod
URDF.
from_string
(text) Parse URDF from a string.
- Parameters
text (
str
) – XML string.
Examples
>>> from compas.files import URDF >>> urdf = URDF.from_string('<robot name="panda"/>')
URDF.
from_string
(text)Parse URDF from a string.
text (str
) – XML string.
Examples
>>> from compas.files import URDF
>>> urdf = URDF.from_string('<robot name="panda"/>')
A computational framework for collaboration and research in Architecture, Engineering, Fabrication, and Construction.
Copyright © 2017-2021 compas-dev