PiSmart Car FAQ

From Wiki
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