From 8ef8ffd848f9daefbfee40a58462ae61342b556d Mon Sep 17 00:00:00 2001 From: Tommy Persson <tommy.persson@liu.se> Date: Thu, 15 Oct 2015 11:36:39 +0200 Subject: [PATCH] removing --- msg/LQQueueCommand.msg | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 msg/LQQueueCommand.msg diff --git a/msg/LQQueueCommand.msg b/msg/LQQueueCommand.msg deleted file mode 100644 index 57fe270..0000000 --- a/msg/LQQueueCommand.msg +++ /dev/null @@ -1,13 +0,0 @@ -# -# This command will not block, the user have to wait for confirmation on status topic -# - -int32 STOP=1 -int32 PAUSE_DIRECT=2 -int32 PAUSE_AFTER_CURRENT_COMMAND=3 # This cannot block -int32 RUN=4 -int32 ADD_COMMANDS=5 - -int32 type -lrs_msgs/LQCommand[] commands -int32 behaviour -- GitLab