From 391f75ea293b792ca3d736a1a51699a976805564 Mon Sep 17 00:00:00 2001 From: Tommy Persson <tommy.persson@liu.se> Date: Wed, 14 Oct 2015 17:19:57 +0200 Subject: [PATCH] Removing old Queue functionality for LQ --- CMakeLists.txt | 6 ------ msg/LQClimbCommand.msg | 6 ------ msg/LQFlyCommand.msg | 18 ------------------ msg/LQPtuCommand.msg | 12 ------------ msg/LQQueueCommands.msg | 5 ----- msg/LQYawCommand.msg | 7 ------- 6 files changed, 54 deletions(-) delete mode 100644 msg/LQClimbCommand.msg delete mode 100644 msg/LQFlyCommand.msg delete mode 100644 msg/LQPtuCommand.msg delete mode 100644 msg/LQQueueCommands.msg delete mode 100644 msg/LQYawCommand.msg diff --git a/CMakeLists.txt b/CMakeLists.txt index b244faf..515d6fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,18 +35,12 @@ ExtData.msg ExtConfig.msg GridObject.msg HeliState.msg -LQClimbCommand.msg -LQClimbCommand.msg LQRCExtraSwitch.msg -LQFlyCommand.msg -LQPtuCommand.msg -LQQueueCommands.msg LQQueueInfo.msg LQStatus.msg LQEstimatedState.msg LQSound.msg LQState.msg -LQYawCommand.msg LQHeadToPointData.msg LQPositionData.msg MPFlyingInfo.msg diff --git a/msg/LQClimbCommand.msg b/msg/LQClimbCommand.msg deleted file mode 100644 index f2703e5..0000000 --- a/msg/LQClimbCommand.msg +++ /dev/null @@ -1,6 +0,0 @@ - -int32 command -float32 target_relalt -float32 duration_in_s -int32 count - diff --git a/msg/LQFlyCommand.msg b/msg/LQFlyCommand.msg deleted file mode 100644 index 2c95de0..0000000 --- a/msg/LQFlyCommand.msg +++ /dev/null @@ -1,18 +0,0 @@ - -int32 command -float32 init_lat_m -float32 init_lon_m -float32 target_lat_m -float32 target_lon_m -float32 init_alt -float32 target_alt -float32 init_deast -float32 init_dnorth -float32 init_dup -float32 target_deast -float32 target_dnorth -float32 target_dup -float32 fly_speed -float32 final_speed -float32 duration_in_s -int32 count diff --git a/msg/LQPtuCommand.msg b/msg/LQPtuCommand.msg deleted file mode 100644 index 9f00f54..0000000 --- a/msg/LQPtuCommand.msg +++ /dev/null @@ -1,12 +0,0 @@ - -int32 command -float32 duration_in_s -float32 lat_m -float32 lon_m -float32 alt -int32 pan_mode -float32 pan # degree, positive clockwise -int32 tilt_mode -float32 tilt # degrees, poisitive up -int32 count - diff --git a/msg/LQQueueCommands.msg b/msg/LQQueueCommands.msg deleted file mode 100644 index 3f3a2ce..0000000 --- a/msg/LQQueueCommands.msg +++ /dev/null @@ -1,5 +0,0 @@ -lrs_msgs/LQFlyCommand[] fly -lrs_msgs/LQClimbCommand[] climb -lrs_msgs/LQYawCommand[] yaw -lrs_msgs/LQPtuCommand[] ptu - diff --git a/msg/LQYawCommand.msg b/msg/LQYawCommand.msg deleted file mode 100644 index fd4de99..0000000 --- a/msg/LQYawCommand.msg +++ /dev/null @@ -1,7 +0,0 @@ - -int32 command -float32 target_heading_deg -float32 yaw_speed # deg/s -float32 duration_in_s -int32 count - -- GitLab