nepyope commited on
Commit
47c6b4b
·
verified ·
1 Parent(s): 523d72d

Update sim/sim_utilts.py

Browse files

publish contrller to lowstate

Files changed (1) hide show
  1. 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.