https://github.com/tejashah88/force-control-robot
A project for controlling a Raspberry Pi robot using the Leap Motion and Firebase. Works on windows only.
https://github.com/tejashah88/force-control-robot
firebase java leap-motion raspberry-pi
Last synced: 2 months ago
JSON representation
A project for controlling a Raspberry Pi robot using the Leap Motion and Firebase. Works on windows only.
- Host: GitHub
- URL: https://github.com/tejashah88/force-control-robot
- Owner: tejashah88
- License: mit
- Created: 2018-10-13T13:48:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-13T13:58:13.000Z (over 7 years ago)
- Last Synced: 2025-03-26T08:15:49.242Z (over 1 year ago)
- Topics: firebase, java, leap-motion, raspberry-pi
- Language: Java
- Homepage:
- Size: 1.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# force-control-robot
A project for controlling a Raspberry Pi robot using the Leap Motion and Firebase. Works on windows only.
# How to use
You'll need to make a new firebase project and change the urls to point to the new database URL.
In the `bin/` folder, the `LMVServer/` folder should be transfered to the Raspberry Pi and the `LMVClient/` should be on the computer in which you are controlling the robot via the leap motion.
On the Raspberry Pi, run the following command:
```bash
java -Djava.library.path=LMVClient_lib/native/x64 -d64 -jar LMVClient.jar
```
On your computer, start the Leap motion service and double click `lmvclient.bat` to start the client.