source: flair-bin/tags/0.0.2/tools/scripts/dualshock3_usb.sh@ 49

Last change on this file since 49 was 28, checked in by Bayard Gildas, 8 years ago

Renaming of dualshock3 scripts

  • Property svn:executable set to *
File size: 265 bytes
Line 
1#! /bin/bash
2ARCH_DIR=$(uname -m)
3
4# $1 is the drone ip
5if [ "$#" -ne 1 ] ; then
6 echo "Usage: $0 drone_ip_address"
7 exit 1
8fi
9
10$FLAIR_ROOT/flair-bin/tools/scripts/dualshock3.sh -a ${1}:20000 -c usb -t 100 -x ${FLAIR_ROOT}/flair-bin/tools/scripts/dualshock3.xml
11
Note: See TracBrowser for help on using the repository browser.