Skip to content

Commit e3907c2

Browse files
ensure sampled textures
1 parent 839401e commit e3907c2

File tree

1 file changed

+1
-2
lines changed
  • mujoco_robot_environments/environment

1 file changed

+1
-2
lines changed

mujoco_robot_environments/environment/props.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,8 +614,7 @@ def add_objects(
614614
else:
615615
colour = colours[i]
616616

617-
texture = "plain" # for now fix to plain
618-
#random.choice(textures)
617+
random.choice(textures)
619618

620619
name = f"prop_{i}"
621620
labels = PropsLabels({

0 commit comments

Comments
 (0)