pyrobosim.gui.action_runners.PlaceRunner.__init__

PlaceRunner.__init__(world: World, robot: Robot | str | None, pose: Pose | None) None

Creates an object placement execution thread.

Parameters:
  • world – A world object linked to this thread.

  • robot – Robot instance or name to execute action.

  • pose – Optional pose describing how to place the object.