We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 178e4af commit 707a8a1Copy full SHA for 707a8a1
Setup/install.sh
@@ -274,6 +274,11 @@ sudo cp -R $ROBOT_DIR/Firmware/SoftwareServo/ /usr/share/arduino/libraries/
274
sudo chmod +x gopigo
275
sudo cp gopigo /usr/bin
276
277
+
278
+# remove old libraries, as Mutex is being searched in here instead of
279
+# the proper place
280
+sudo pip uninstall gopigo -y
281
+sudo pip3 uninstall gopigo -y
282
cd $ROBOT_DIR/Software/Python
283
python setup.py install --force
284
python3 setup.py install --force
0 commit comments