PiSmart Car FAQ

From Wiki
Revision as of 07:20, 19 January 2018 by Root (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Q1: run "python avoidance.py " appear error

Frfgre.png
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