From cfde657e6f8f7aa5f75f9838739b1cbfe974905c Mon Sep 17 00:00:00 2001 From: David St-Onge Date: Tue, 13 Jun 2017 14:10:28 -0400 Subject: [PATCH] remove robot_upstart --- misc/cmdlinectr.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/cmdlinectr.sh b/misc/cmdlinectr.sh index b05e47b..755d436 100644 --- a/misc/cmdlinectr.sh +++ b/misc/cmdlinectr.sh @@ -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 }