|
Please take a video of rastank not working properly to us Or you can try to modify the file, modify: lines 22 and 23 in the adept_rasptank/server/move.py file.
changeļ¼
Dir_forward = 0
Dir_backward = 1
into:
Dir_forward = 1
Dir_backward = 0
If it can operate normally after modification, it may be that the two servos that cannot operate normally have been installed upside down.
eg: Modify file operation: run "sudo nano adeept_rasptank/server/move.py" in Raspberry Pi
Find the place need to modify
After the modification is completed, confirm the modification with"Ctrl + x", "y", "Enter" |
|