From 7c04e7519b8ca8576e7c065290c5b1d05827ff31 Mon Sep 17 00:00:00 2001 From: Tommy Persson <tompe17@gmail.com> Date: Tue, 11 Oct 2016 16:11:35 +0200 Subject: [PATCH] Moving PlatformParams to common messages. --- CMakeLists.txt | 1 - msg/PlatformParams.msg | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 msg/PlatformParams.msg diff --git a/CMakeLists.txt b/CMakeLists.txt index 0de9684..4243923 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,6 @@ LQPtuCommandData.msg LQPositionData.msg MPFlyingInfo.msg OMPLInfo.msg -PlatformParams.msg PMAVInfo.msg PtuExtData.msg QuadState.msg diff --git a/msg/PlatformParams.msg b/msg/PlatformParams.msg deleted file mode 100644 index 8acb6fa..0000000 --- a/msg/PlatformParams.msg +++ /dev/null @@ -1,2 +0,0 @@ -float64 max_speed -float64 fuel_optimal_speed -- GitLab