Skip to content

Commit

Permalink
ensure sampled textures
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdavidfagan committed Jun 5, 2024
1 parent 839401e commit e3907c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mujoco_robot_environments/environment/props.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,8 +614,7 @@ def add_objects(
else:
colour = colours[i]

texture = "plain" # for now fix to plain
#random.choice(textures)
random.choice(textures)

name = f"prop_{i}"
labels = PropsLabels({
Expand Down

0 comments on commit e3907c2

Please sign in to comment.