MCPcopy Create free account
hub / github.com/AdaCompNUS/summit / destroy_sensors

Method destroy_sensors

PythonAPI/examples/automatic_control.py:150–153  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

148 self.hud.render(display)
149
150 def destroy_sensors(self):
151 self.camera_manager.sensor.destroy()
152 self.camera_manager.sensor = None
153 self.camera_manager.index = None
154
155 def destroy(self):
156 actors = [

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected