We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588f70f commit c0de760Copy full SHA for c0de760
Example.py
@@ -47,7 +47,7 @@
47
if(debug_mode):
48
print("Speed : ",carSpeed)
49
#currently the angle between the sensors is 30 degree TODO : be able to change that from conf.py
50
- print("Left : " + str(sensors[0]) + " | " + "Left : " + str(sensors[1]) +" | " + "Left : " + str(sensors[2]))
+ print("Left : " + str(sensors[0]) + " | " + "Middle : " + str(sensors[1]) +" | " + "Right : " + str(sensors[2]))
51
52
#showing the opencv type image
53
cv2.imshow('frames', image)
0 commit comments