Difference between revisions of "PiSmart Car FAQ"
From Wiki
(Created page with "=='''Q1: run "python avoidance.py " appear error'''== File:Frfgre.png<br> Answer: Since the dictionary file is not created, so first place the False True.<br> Modificati...") |
(No difference)
|
Latest revision as of 07:20, 19 January 2018
Q1: run "python avoidance.py " appear error
Answer:
Since the dictionary file is not created, so first place the False True.
Modification method:
nano avoidance.py
Find 22 lines
stt = STT ('command', dictionary_update = False)
Change False to True.
Then Ctrl + O save, Ctrl + X exit, and then re-run