Skip to content

Commit

Permalink
AP_NavEKF3: set-origin failure commend improved
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Barker <pb-gh@barker.dropbear.id.au>
  • Loading branch information
rmackay9 and peterbarker committed May 17, 2024
1 parent 62a04b6 commit fe55c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_NavEKF3/AP_NavEKF3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1395,7 +1395,7 @@ bool NavEKF3::setOriginLLH(const Location &loc)
if (common_origin_valid) {
// we don't allow setting the EKF origin if it has already been set
// this is to prevent causing upsets from a shifting origin.
GCS_SEND_TEXT(MAV_SEVERITY_WARNING, "EKF3 refusing set origin");
GCS_SEND_TEXT(MAV_SEVERITY_WARNING, "EKF3: origin already set");
return false;
}
bool ret = false;
Expand Down

0 comments on commit fe55c1d

Please sign in to comment.