pyrobosim.gui.action_runners.CloseRunner

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

Helper class that wraps location closing execution in a QThread.

Methods

__init__(world, robot)

Creates a location closing execution thread.

run()

Runs the location closing execution thread.