Last change
on this file since 324 was 324, checked in by Sanahuja Guillaume, 6 years ago |
removing opencv dependency
|
-
Property svn:executable
set to
*
|
File size:
271 bytes
|
Line | |
---|
1 | #! /bin/bash
|
---|
2 | ARCH_DIR=$(uname -m)
|
---|
3 |
|
---|
4 | # $1 is the drone ip
|
---|
5 | if [ "$#" -ne 1 ] ; then
|
---|
6 | echo "Usage: $0 drone_ip_address"
|
---|
7 | exit 1
|
---|
8 | fi
|
---|
9 |
|
---|
10 | ${FLAIR_ROOT}/flair-install/bin/tools/core2-64/dualshock3.sh -a ${1}:20000 -x ${FLAIR_ROOT}/flair-install/bin/tools/core2-64/dualshock3.xml
|
---|
11 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.