remove robot_upstart

This commit is contained in:
David St-Onge 2017-06-13 14:10:28 -04:00
parent 98e376ff07
commit cfde657e6f
1 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ function record {
}
function clean {
sudo rm /var/log/upstart/robot*
sudo rm /var/log/upstart/dji*
sudo rm /var/log/upstart/x3s*
}
function startrobot {
@ -26,5 +27,5 @@ function stoprobot {
}
function updaterobot {
# rosrun robot_upstart install --logdir ~/ROS_WS/log/ robot_upstart/launch/m100buzzynocam.launch
rosrun robot_upstart install --logdir ~/ROS_WS/log/ robot_upstart/launch/m100buzzy.launch
rosrun robot_upstart install --logdir ~/ROS_WS/log/ dji_sdk_mistlab/launch/m100buzzy.launch
}