I bought Gopigo2 and update the software and everything. BUT it doesn’t work. Current I update to Gopigo3 and still not work. Could anyone advise me how to me it work.
Let’s do the following thing: install script_tools and then check within a Python shell what’s the detected robot. Here’s how you can do it:
Step 1
curl -kL dexterindustries.com/update_tools | sudo bash # for installing script_tools
Step 2
Enter a Python shell and run the following code:
from auto_detect_robot import autodetect
print(autodetect())
Step 3
Try the GoPiGo Control Panel again - even though script_tools shouldn’t be the one causing this, it’s worth trying it again.
After you do all these, please let us know what that function call returned and if the control panel recognized the robot.
By the way, did you run the curl command I had given you a while back? Even though you already told us this, there is a time gap between your 2 replies, so we want to see if you had run it a month ago or now.