pyrobosim.gui.action_runners.DetectRunner

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

Helper class that wraps object detection execution in a QThread.

Methods

__init__(world, robot, query)

Creates an object detection execution thread.

run()

Runs the object detection execution thread.