You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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)
Copy file name to clipboardexpand all lines: Software/Python/ir_remote_control/README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,10 @@ Connect the `IR receiver` to the Serial port on the GoPiGo. This will act as a p
26
26
## Setup the Software
27
27
28
28
In your `Raspberry Pi`, open up a terminal and enter the following commands:
29
-
1.`sudo bash lirc/install.sh`.
30
-
2.`sudo bash lirc/setup_older_version.sh` - run this script too only if your version of IR receiver `<= v1.0`.
31
-
3.`sudo bash server/install.sh`.
29
+
1.`sudo apt-get update && sudo apt-get install lirc=0.9.0~pre1-1.2 -y` - to install `lirc` package. Don't use more recent versions as the newer ones are buggy.
30
+
2.`sudo bash lirc/install.sh`.
31
+
3.`sudo bash lirc/setup_older_version.sh` - run this script too only if your version of IR receiver `<= v1.0`.
0 commit comments