|
def | __init__ (self, name=None, display=False) |
|
def | add_joint (self, joint_name, joint_model=None, joint_placement=None, lever=None, shape="box", dimensions=1, mass=None, body_color=1, parent=0) |
|
def | add_joints (self) |
|
def | place (self) |
|
| data |
|
| display |
|
| model |
|
| name |
|
| visuals |
|
Definition at line 111 of file simple_model.py.
◆ joints
list simple_model.SimplestWalker.joints |
|
static |
Initial value:= [
{'joint_name': "pelvis",
'dimensions': (.1, .2, .1),
'mass': .5,
},
{'joint_name': "left_leg",
'joint_model': "RY",
'joint_placement': {'y': -.15},
'lever': {'z': -.45},
'shape': "cylinder",
'dimensions': (.1, .9),
'mass': 20,
'body_color': 2,
'parent': 1,
},
{'joint_name': "right_leg",
'joint_model': "RY",
'joint_placement': {'y': .15},
'lever': {'z': -.45},
'shape': "cylinder",
'dimensions': (.1, .9),
'mass': 20,
'body_color': 3,
'parent': 1,
},
]
Definition at line 112 of file simple_model.py.
The documentation for this class was generated from the following file: