Skip to content

Commit

Permalink
[Multiverse] changed place location of transport demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrhmanBassiouny committed Aug 5, 2024
1 parent b431d07 commit 4248cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_multiverse.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def test_demo(self):

milk_desig = self.move_and_detect(ObjectType.MILK, pick_pose)

TransportAction(milk_desig, [Arms.LEFT], [Pose([4.8, 3.55, 0.8])]).resolve().perform()
TransportAction(milk_desig, [Arms.LEFT], [Pose([2.4, 3, 1.02])]).resolve().perform()

@staticmethod
@with_simulated_robot
Expand Down

0 comments on commit 4248cfb

Please sign in to comment.