Skip to content

Instantly share code, notes, and snippets.

@surinoel
Created October 28, 2019 12:00
Show Gist options
  • Save surinoel/999493ddccce24ce70440e01a49184da to your computer and use it in GitHub Desktop.
Save surinoel/999493ddccce24ce70440e01a49184da to your computer and use it in GitHub Desktop.
#!/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