From 537f72073d3bdaf1a95b219aa93edd307b08d698 Mon Sep 17 00:00:00 2001 From: Matthias Grob Date: Wed, 23 Nov 2016 15:23:04 +0100 Subject: [PATCH] minor: uppercase typo and unused header --- msg/vehicle_status.msg | 2 +- src/modules/ekf2/ekf2_main.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/msg/vehicle_status.msg b/msg/vehicle_status.msg index cdc348b499..e823b935fa 100644 --- a/msg/vehicle_status.msg +++ b/msg/vehicle_status.msg @@ -53,7 +53,7 @@ uint32 component_id # subsystem / component id, contains MAVLink's component I bool is_rotary_wing # True if system is in rotary wing configuration, so for a VTOL this is only true while flying as a multicopter bool is_vtol # True if the system is VTOL capable -bool vtol_fw_permanent_stab # True if vtol should stabilize attitude for fw in manual mode +bool vtol_fw_permanent_stab # True if VTOL should stabilize attitude for fw in manual mode bool in_transition_mode # True if VTOL is doing a transition bool in_transition_to_fw # True if VTOL is doing a transition from MC to FW diff --git a/src/modules/ekf2/ekf2_main.cpp b/src/modules/ekf2/ekf2_main.cpp index d6bdd53f74..949b323a3e 100644 --- a/src/modules/ekf2/ekf2_main.cpp +++ b/src/modules/ekf2/ekf2_main.cpp @@ -75,7 +75,6 @@ #include #include #include -#include #include #include #include