Skip to content

Commit

Permalink
Add suggested launch file
Browse files Browse the repository at this point in the history
Not sure what the exact purpose of this file will be, but it
was suggested / required by the project description - so here it is.
  • Loading branch information
sunsided committed Jun 3, 2020
1 parent 156125a commit 0208d51
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions launch.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -euxo pipefail

xterm -e " gazebo " &
sleep 5
xterm -e " source /opt/ros/kinetic/setup.bash; roscore" &
sleep 5
xterm -e " rosrun rviz rviz"

0 comments on commit 0208d51

Please sign in to comment.