74
●When your project needs to use the line patrol function, you don't need to rewrite the above code, just
copy findline.py and move.py in the robot program server folder to the same as your own project In the folder,
then use the following code to use the line patrol function:
import
findline
findline.setup()
while
1:
findline.run()
● The reason why you need to import move.py is findline.py needs to use the method in move.py to
control the robot movement. If you use other methods, then you only need to rewrite the relevant code in
findline.py.
Need help?
Do you have a question about the AWR Adeept Wheeled Robot and is the answer not in the manual?