pyrobosim.gui.action_runners.OpenRunner

class pyrobosim.gui.action_runners.OpenRunner(world: World, robot: Robot | str | None)

Helper class that wraps location opening execution in a QThread.

Methods

__init__(world, robot)

Creates a location opening execution thread.

run()

Runs the location opening execution thread.