Skip to content

Commit

Permalink
New: Explicitly set StartLocation on 2nd navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-mayr committed Sep 15, 2024
1 parent 4457558 commit 670146e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions skiros2_pyrobosim_lib/solutions.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ def expand(self, skill):
skill(
self.skill("Navigate", "", remap={"TargetLocation": "ObjectStartLocation"}),
self.skill("Pick", ""),
self.skill("BbUnsetParam", "", remap={"Parameter": "StartLocation"}),
self.skill("Navigate", "", remap={"TargetLocation": "ObjectTargetLocation"}),
self.skill("Navigate", "", remap={"StartLocation": "ObjectStartLocation", "TargetLocation": "ObjectTargetLocation"}),
self.skill("Place", "", remap={"PlacingLocation": "ObjectTargetLocation"})
)

Expand Down

0 comments on commit 670146e

Please sign in to comment.