-
Notifications
You must be signed in to change notification settings - Fork 0
Connecting via Bluetooth
Nam Tran edited this page Mar 3, 2018
·
1 revision
The following steps should be done to connect to your robot's Bluetooth module.
- Wire the Bluetooth module to the robot. More info can be found here.
- Turn on the Bluetooth for your laptop and connect a game controller.
- Pair your laptop and robot. This is specific to your laptop.
- Download Python 2.7. The last two numbers do not matter for the version.
- Open your command prompt (Windows) or terminal (Mac OS/ Linux).
- Navigate to where you downloaded this project. (
cd <YOUR DIRECTORY PATH HERE>). - Navigate to your "Driver-Station" directory.
- Run
pip install -r requirements.txt
- Make sure the Bluetooth is on and that the gamepad is connected
- Run
python driver-station/driver-station.py - Press any key
- You should be good
Copyright Nam Tran, 2018