Skip to content

Commit

Permalink
[demos] Moved the spoon a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigul authored Dec 2, 2024
1 parent e0b5239 commit a5ef165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/pycram_bullet_world_demo/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
color=Color(1, 0, 0, 1))
cereal = Object("cereal", Cereal, "breakfast_cereal.stl",
pose=Pose([2.5, 2.3, 1.05]), color=Color(0, 1, 0, 1))
spoon = Object("spoon", Spoon, "spoon.stl", pose=Pose([2.4, 2.2, 0.85]),
spoon = Object("spoon", Spoon, "spoon.stl", pose=Pose([2.4, 2.24, 0.85]),
color=Color(0, 0, 1, 1))
bowl = Object("bowl", Bowl, "bowl.stl", pose=Pose([2.5, 2.2, 1.02]),
color=Color(1, 1, 0, 1))
Expand Down

0 comments on commit a5ef165

Please sign in to comment.