mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-20 11:23:06 +08:00
commander: warn on offboard mission init
- this could happen because the SD card was formatted
This commit is contained in:
@@ -103,7 +103,7 @@ MavlinkMissionManager::init_offboard_mission()
|
||||
_current_seq = mission_state.current_seq;
|
||||
|
||||
} else if (ret < 0) {
|
||||
PX4_ERR("offboard mission init failed (%i)", ret);
|
||||
PX4_WARN("offboard mission init failed (%i)", ret);
|
||||
}
|
||||
|
||||
load_geofence_stats();
|
||||
|
||||
Reference in New Issue
Block a user