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 ff4bf0b commit eb35cccCopy full SHA for eb35ccc
src/compas_fab/robots/configuration.py
@@ -33,7 +33,7 @@ class Configuration(object):
33
types : :obj:`list` of :attr:`compas.robots.Joint.SUPPORTED_TYPES`
34
Joint types, e.g. a list of :attr:`compas.robots.Joint.REVOLUTE` for
35
revolute joints.
36
- joint_names : :obj:`list` of :obj:`str`, optional
+ joint_names : :obj:`list` of :obj:`str`
37
List of joint names.
38
data : :obj:`dict`
39
The data representing the configuration.
0 commit comments