mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 22:00:35 +08:00
commander: rephrase or change message importance for some errors/warnings that happen often
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user