|
| 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 112 of file simple_model.py.
| list simple_model.SimplestWalker.joints |
|
static |
Initial value: 2 {
'joint_name':
"pelvis",
3 'dimensions': (.1, .2, .1),
6 {
'joint_name':
"left_leg",
8 'joint_placement': {
'y': -.15},
11 'dimensions': (.1, .9),
16 {
'joint_name':
"right_leg",
18 'joint_placement': {
'y': .15},
21 'dimensions': (.1, .9),
Definition at line 113 of file simple_model.py.
The documentation for this class was generated from the following file: