From 3d20b3b9e920709f3b76e2fa9432ed6e5c49bb06 Mon Sep 17 00:00:00 2001 From: David St-Onge Date: Wed, 14 Jun 2017 16:07:44 -0400 Subject: [PATCH] minor fix to cmdlinectr --- misc/cmdlinectr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/cmdlinectr.sh b/misc/cmdlinectr.sh index 755d436..22ab030 100644 --- a/misc/cmdlinectr.sh +++ b/misc/cmdlinectr.sh @@ -20,10 +20,10 @@ function clean { sudo rm /var/log/upstart/x3s* } function startrobot { - sudo service robot start + sudo service dji start } function stoprobot { - sudo service robot stop + sudo service dji stop } function updaterobot { # rosrun robot_upstart install --logdir ~/ROS_WS/log/ robot_upstart/launch/m100buzzynocam.launch