pyrobosim.gui.action_runners.PlaceRunner
- class pyrobosim.gui.action_runners.PlaceRunner(world: World, robot: Robot | str | None, pose: Pose | None)
Helper class that wraps object placement execution in a QThread.
Methods
__init__(world, robot, pose)Creates an object placement execution thread.
run()Runs the object picking execution thread.