Created
October 28, 2019 12:00
-
-
Save surinoel/999493ddccce24ce70440e01a49184da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo firmwared & | |
sleep 10s | |
if [ $1 == '1' ] | |
then | |
sed -i "16s/wlp2s0/eth0/" /opt/parrot-sphinx/usr/share/sphinx/drones/bebop2.drone | |
fi | |
sleep 1s | |
sphinx /opt/parrot-sphinx/usr/share/sphinx/drones/bebop2.drone & | |
sleep 40s | |
roslaunch bebop_driver bebop_simulation.launch & | |
sleep 5s | |
rosrun bebop_control bebop_control & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment