Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaCompNUS/summit
/ toggle_info
Method
toggle_info
PythonAPI/examples/manual_control.py:568–569 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
566
self._info_text.append(
'% 4dm %s'
% (d, vehicle_type))
567
568
def
toggle_info(self):
569
self._show_info = not self._show_info
570
571
def
notification(self, text, seconds=2.0):
572
self._notifications.set_text(text, seconds=seconds)
Callers
1
parse_events
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected