Public Member Functions | |
| def | __init__ |
| def | check_valid |
| def | joint_type |
| def | joint_type |
Public Attributes | |
| axis | |
| calibration | |
| child | |
| dynamics | |
| limit | |
| mimic | |
| name | |
| origin | |
| parent | |
| safety_controller | |
| type | |
Static Public Attributes | |
| list | TYPES = ['unknown', 'revolute', 'continuous', 'prismatic', 'floating', 'planar', 'fixed'] |
| def urdf_parser_py.urdf.Joint.__init__ | ( | self, | |
name = None, |
|||
parent = None, |
|||
child = None, |
|||
joint_type = None, |
|||
axis = None, |
|||
origin = None, |
|||
limit = None, |
|||
dynamics = None, |
|||
safety_controller = None, |
|||
calibration = None, |
|||
mimic = None |
|||
| ) |
| def urdf_parser_py.urdf.Joint.check_valid | ( | self | ) |
| def urdf_parser_py.urdf.Joint.joint_type | ( | self | ) |
| def urdf_parser_py.urdf.Joint.joint_type | ( | self, | |
| value | |||
| ) |
list urdf_parser_py::urdf.Joint::TYPES = ['unknown', 'revolute', 'continuous', 'prismatic', 'floating', 'planar', 'fixed'] [static] |