Skip to content

Commit

Permalink
Fix missing receptacle ids in place UI place events. (facebookresearc…
Browse files Browse the repository at this point in the history
  • Loading branch information
0mdc authored and dannymcy committed Jun 26, 2024
1 parent eac4b1e commit a7f0db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hitl/rearrange_v2/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def _place_object(self) -> None:
UI.PlaceEventData(
object_id=object_id,
object_handle=rigid_object.handle,
receptacle_id=self._place_selection.object_id,
receptacle_id=receptacle_object_id,
)
)

Expand Down

0 comments on commit a7f0db5

Please sign in to comment.