commander: rephrase or change message importance for some errors/warnings that happen often

This commit is contained in:
daniele
2020-03-31 17:40:05 +02:00
committed by Daniel Agar
parent 0c376ed518
commit be043d24a0
2 changed files with 5 additions and 5 deletions
@@ -49,7 +49,7 @@
#include "state_machine_helper.h"
#include "commander_helper.h"
static constexpr const char reason_no_rc[] = "no RC";
static constexpr const char reason_no_rc[] = "No manual control stick input";
static constexpr const char reason_no_offboard[] = "no offboard";
static constexpr const char reason_no_rc_and_no_offboard[] = "no RC and no offboard";
static constexpr const char reason_no_local_position[] = "no local position";