File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
mujoco_robot_environments/environment Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -614,7 +614,7 @@ def add_objects(
614614 else :
615615 colour = colours [i ]
616616
617- random .choice (textures )
617+ texture = random .choice (textures )
618618
619619 name = f"prop_{ i } "
620620 labels = PropsLabels ({
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " mujoco_robot_environments"
7- version = " 0.0.8 "
7+ version = " 0.1.0 "
88description = " Simulation environments for basic manipulation tasks."
99authors = [
1010 {
name =
" Peter David Fagan" ,
email =
" [email protected] " }
@@ -13,7 +13,7 @@ readme = "README.md"
1313
1414[tool .poetry ]
1515name = " mujoco_robot_environments"
16- version = " 0.0.8 "
16+ version = " 0.1.0 "
1717description = " Simulation environments for basic manipulation tasks."
1818license = " Apache-2.0"
1919authors = [
You can’t perform that action at this time.
0 commit comments