https://github.com/provokateurin/ev3-navigator
This is a program for controlling the EV3 and presenting its data
https://github.com/provokateurin/ev3-navigator
astar astar-algorithm bluetooth ev3 mpu9250 python
Last synced: about 1 month ago
JSON representation
This is a program for controlling the EV3 and presenting its data
- Host: GitHub
- URL: https://github.com/provokateurin/ev3-navigator
- Owner: provokateurin
- License: mit
- Created: 2018-03-28T09:58:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-17T08:04:56.000Z (almost 7 years ago)
- Last Synced: 2025-02-02T17:18:27.030Z (3 months ago)
- Topics: astar, astar-algorithm, bluetooth, ev3, mpu9250, python
- Language: Python
- Homepage:
- Size: 402 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EV3-Navigator
## What is this?
Look at the [wiki](https://github.com/jld3103/EV3-Navigator/wiki) find it out!
## Install
Use git
```bash
git clone https://github.com/jld3103/EV3-Navigator.git
```
or download [here](https://github.com/jld3103/EV3-Navigator/archive/master.zip)
## Dependencies
[pybluez](https://github.com/pybluez/pybluez)
[PyQt4](https://wiki.python.org/moin/PyQt)
[PyOpenGL](http://pyopengl.sourceforge.net)
[MPU9250](https://github.com/bolderflight/MPU9250) (Arduino)