Advertisement
Briansmith61

bash

May 6th, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | None | 0 0
  1. #! /bin/bash
  2. sudo whoami
  3. cd /root/fuerte_workspace
  4. source /root/fuerte_workspace/setup.sh &
  5. xterm source /root/fuerte_workspace/setup.sh &
  6. source /opt/ros/fuerte/setup.sh &
  7. xterm -hold -e "roscore" &
  8. "rosrun rviz rviz"
  9. exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement