Skip to content

Commit

Permalink
Sync master into develop (#305)
Browse files Browse the repository at this point in the history
* Fix Mutex update (#303)

* flip develop to master branch for DexterOS (#304)

* Remove i2c_mutex, it is now residing in script_tools (#287)

* Feature/easygopigo refactoring (#288)

* read_position_str() is also needed here to keep in sync with easygopigo3

* Add init_<sensor> methods to the easygopigo class so the two robots are kept in sync

* add vscode to  .gitignore

* Feature/systemwide mutex (#290)

* read_position_str() is also needed here to keep in sync with easygopigo3

* support systemwide mutex

* Bug/line follower + overall mutex (#291)

* read_position_str() is also needed here to keep in sync with easygopigo3

* support systemwide mutex

* Fix import line to its more generic form

* Fix/overallmutexcheck (#292)

* read_position_str() is also needed here to keep in sync with easygopigo3

* Query overallmutex flag every single time

* fix - remove arduino support (#293)

* fix - IR receiver on Stretch (#295)

fix - IR receiver on Stretch

* make IR Receiver in easygopigo Python3 ready (#298)
  • Loading branch information
CleoQc committed Apr 26, 2018
1 parent 64812da commit 2ce7a7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Setup/install.sh
Expand Up @@ -274,6 +274,11 @@ sudo cp -R $ROBOT_DIR/Firmware/SoftwareServo/ /usr/share/arduino/libraries/
sudo chmod +x gopigo
sudo cp gopigo /usr/bin


# remove old libraries, as Mutex is being searched in here instead of
# the proper place
sudo pip uninstall gopigo -y
sudo pip3 uninstall gopigo -y
cd $ROBOT_DIR/Software/Python
python setup.py install --force
python3 setup.py install --force
Expand Down

0 comments on commit 2ce7a7c

Please sign in to comment.