fix: function name error
This commit is contained in:
parent
3dfcfc493e
commit
3eb6e0fb45
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ def main() -> None:
|
|||
|
||||
# Optionally override robot color by recoloring geoms belonging to the robot's body subtree.
|
||||
if args.robot_color is not None:
|
||||
robot_rgba = _hex_to_rgba(args.robot_color, 1.0)
|
||||
robot_rgba = hex_to_rgba(args.robot_color, 1.0)
|
||||
# Collect body IDs in the subtree rooted at `body_id` by walking parent links.
|
||||
nbody = int(model.nbody)
|
||||
body_parent = model.body_parentid
|
||||
|
|
|
|||
Reference in a new issue