mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-08 18:21:15 +00:00
7 lines
241 B
Bash
Executable File
7 lines
241 B
Bash
Executable File
#!/bin/bash
|
|
source /opt/ros/kinetic/setup.bash
|
|
source /home/nvidia/catkin_workspace/devel/setup.bash
|
|
/home/nvidia/Github/Rover_2017_2018/software/environment/rover/auto_poweroff/auto_poweroff.py &
|
|
roslaunch rover_main rover.launch
|
|
exec bash
|