Update sim/sim_utilts.py
Browse filespublish contrller to lowstate
- sim/sim_utilts.py +1 -1
sim/sim_utilts.py
CHANGED
|
@@ -75,7 +75,7 @@ def get_body_geom_ids(model: mujoco.MjModel, body_id: int) -> List[int]:
|
|
| 75 |
|
| 76 |
|
| 77 |
def get_subtree_geom_ids(model: mujoco.MjModel, body_id: int) -> List[int]:
|
| 78 |
-
"""Get all geoms belonging to subtree starting at a given body
|
| 79 |
|
| 80 |
Here, a subtree is defined as the kinematic tree starting at the body and including
|
| 81 |
all its descendants.
|
|
|
|
| 75 |
|
| 76 |
|
| 77 |
def get_subtree_geom_ids(model: mujoco.MjModel, body_id: int) -> List[int]:
|
| 78 |
+
"""Get all geoms belonging to subtree starting at a given body
|
| 79 |
|
| 80 |
Here, a subtree is defined as the kinematic tree starting at the body and including
|
| 81 |
all its descendants.
|