Skip to content

Commit

Permalink
Fix missing receptacle ids in place UI place events. (#1984)
Browse files Browse the repository at this point in the history
  • Loading branch information
0mdc authored Jun 20, 2024
1 parent ac95f3e commit 01b2f7b
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 01b2f7b

Please sign in to comment.