| 69 | === DualShock3 controller (optional) === |
| 70 | |
| 71 | If you have a DualShock3, you can use it to control the UAV. Make sur you have configured the bluetooth first (see [wiki:setup#SetupbluetoothforDualShock3controlleroptional this page]). |
| 72 | {{{ |
| 73 | $ $FLAIR_ROOT/flair-bin/tools/scripts/DualShock3_local.sh |
| 74 | }}} |
| 75 | If it is the first time you use it with your computer, plug it first with an USB cable in order to pair it. Then you can use bluetooth connection. |
| 76 | |
| 77 | If you do not have bluetooth on your computer, you can use the USB connection of the DualShock3 with the following command: |
| 78 | {{{ |
| 79 | $ $FLAIR_ROOT/flair-bin/tools/scripts/DualShock3_local_usb.sh |
| 80 | }}} |
| 81 | |