Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DexterInd/GoPiGo3
/ debug
Function
debug
Projects/ObjectAvoidanceRobot/object_avoidance_robot.py:47–49 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
45
46
# function for debugging
47
def
debug(string):
48
if
DEBUG is True:
49
print(
"Debug: "
+ str(string))
50
51
def
Main():
52
Callers
1
Main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected