https://github.com/f33rni/host-rover-test
Test software for communication between (Orange Pi based rover) and host (computer)
https://github.com/f33rni/host-rover-test
Last synced: 6 months ago
JSON representation
Test software for communication between (Orange Pi based rover) and host (computer)
- Host: GitHub
- URL: https://github.com/f33rni/host-rover-test
- Owner: F33RNI
- License: unlicense
- Created: 2021-08-18T17:35:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-21T21:22:28.000Z (about 4 years ago)
- Last Synced: 2025-02-15T12:52:22.296Z (8 months ago)
- Language: Python
- Homepage:
- Size: 632 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Host-Rover-test
## Test software for communication between rover (Orange Pi based) and host (computer)
This software was developed as part of project activity in goup 181-311 at the Moscow Polytechnic univercity
This repository and the code in it were created for informational purposes only and are distributed under the Unlicense license (https://unlicense.org)
Tested on Orange Pi Zero with Armbian_21.05.6_Orangepizero_buster_current_5.10.43
```
sudo apt-get update
sudo apt-get install git
sudo apt-get install python3-dev
sudo apt-get install python3-pip
sudo apt-get install python3-opencv
pip3 install setuptools
pip3 install wheel
pip3 install flask
pip3 install OrangePi.GPIO
git clone https://github.com/XxOinvizioNxX/Host-Rover-test
cd Host-Rover-test/rover
python3 rover.py
```