Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaCompNUS/summit
/ tick
Method
tick
PythonAPI/examples/manual_control.py:249–250 ·
view source on GitHub ↗
(self, clock)
Source
from the content-addressed store, hash-verified
247
self.radar_sensor = None
248
249
def
tick(self, clock):
250
self.hud.tick(self, clock)
251
252
def
render(self, display):
253
self.camera_manager.render(display)
Callers
1
game_loop
Function · 0.95
Calls
1
tick
Method · 0.45
Tested by
no test coverage detected