We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c22657 commit 2ba791aCopy full SHA for 2ba791a
robot_descriptions/_descriptions.py
@@ -31,8 +31,7 @@ class Format(IntEnum):
31
32
@dataclass
33
class Description:
34
- """
35
- Metadata for a robot description.
+ """Metadata for a robot description.
36
37
Attributes:
38
formats: List of formats (URDF, MJCF) provided by the description.
@@ -41,8 +40,7 @@ class Description:
41
40
formats: Set[Format]
42
43
def __init__(self, single_format):
44
45
- Initialize a description that provides a single format.
+ """Initialize a description that provides a single format.
46
47
Args:
48
single_format: Format provided by the description.
0 commit comments