Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
remove unnecessary modules, test dependencies on pi (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrehall68 authored Mar 30, 2024
1 parent 101736b commit 2576ec0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ To get started, you will need to install the following dependencies, you can do
```sh
python -m venv venv
source venv/bin/activate

# if you are running not on a Raspberry Pi, run the below
pip install -r env_files/all_requirements.txt

# uncomment the below line if running on a Raspberry Pi
# pip install -r env_files/rover_requirements.txt
# If you are running on a Raspberry Pi, run the below
pip install -r env_files/rover_requirements.txt
```

![classes](https://github.com/SJSURoboticsTeam/urc-intelligent-systems-2023/assets/50222631/3d47c3d4-b21a-463e-9739-bc99b61f450f)
1 change: 0 additions & 1 deletion env_files/all_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ pyqt6
websockets
Sphinx
sphinx-rtd-theme
board
adafruit-circuitpython-lsm303dlh-mag
simple-pid
RPi.GPIO
Expand Down
7 changes: 4 additions & 3 deletions env_files/rover_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
pyserial
ipython
requests
numpy
rplidar-roboticia
websockets
board
adafruit-circuitpython-lsm303dlh-mag
Adafruit_Blinka
simple_pid==2.0.*
RPi.GPIO
simple-pid
blobconverter==1.2.*
depthai==2.22.*

0 comments on commit 2576ec0

Please sign in to comment.