pyrobosim.gui.action_runners.PlaceRunner

class pyrobosim.gui.action_runners.PlaceRunner(canvas, robot, pose)

Helper class that wraps object placement execution in a QThread.

Methods

__init__(canvas, robot, pose)

Creates an object placement execution thread.

run()

Runs the object picking execution thread.