mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-09 13:41:13 +00:00
Added applied robotics code to archive.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
until ls /dev/vboxdrv
|
||||
do
|
||||
echo "Waiting for /dev/vboxdrv"
|
||||
sleep 1
|
||||
done
|
||||
|
||||
VBoxManage startvm Windows --type headless
|
||||
|
||||
source /opt/ros/kinetic/setup.bash
|
||||
source /home/denso/catkin_workspace/devel/setup.bash
|
||||
|
||||
roslaunch denso_main denso.launch
|
||||
Reference in New Issue
Block a user